symfony / goip-notifier
Symfony GoIP Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 87
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
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 15:25:11 UTC
README
Provides a GoIP integration for the Symfony Notifier Component.
DSN example
GOIP_DSN=goip://USERNAME:PASSWORD@HOST:80?sim_slot=SIM_SLOT
where:
USERNAME
GoIP UsernamePASSWORD
GoIP PasswordHOST
GoIP Hostname/IP-AddressSIM_SLOT
SIM slot which will be used to send the messages (e.g. 1, 9, 15, 2)