symfony / sipgate-notifier
Symfony Sipgate Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 75
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
This package is auto-updated.
Last update: 2024-10-27 16:08:56 UTC
README
Provides Sipgate integration for Symfony Notifier.
DSN example
SIPGATE_DSN=sipgate://TOKEN_ID:TOKEN@default?senderId=SENDER_ID
where:
TOKEN_ID
is your Sipgate API Token IDTOKEN
is your Sipgate API TOKENSENDER_ID
is your Sipgate device ID (e.g. s1)