CARVIEW |
symfony / sipgate-notifier
Symfony Sipgate Notifier Bridge
Fund package maintenance!
fabpot
nicolas-grekas
symfony.com/sponsor
Tidelift
Installs: 254
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Type:symfony-notifier-bridge
pkg:composer/symfony/sipgate-notifier
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^7.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 148e4b829279a45221fb0d75dd6a58500279ce5b
- Lukas Kaltenbach <lk.woop@wikanet.de>
- Symfony Community
- 8.0.x-dev
- 7.4.x-dev
- 7.3.x-dev
- v7.3.0
- v7.3.0-RC1
- v7.3.0-BETA1
- 7.2.x-dev
- v7.2.0
- v7.2.0-RC1
- v7.2.0-BETA1
This package is auto-updated.
Last update: 2025-10-04 08:03:10 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)