symfony / octopush-notifier
Symfony Octopush Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 3 856
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Type:symfony-notifier-bridge
Requires
- php: >=8.1
- symfony/http-client: ^5.4|^6.0
- symfony/notifier: ^5.4|^6.0
This package is auto-updated.
Last update: 2022-05-14 18:36:43 UTC
README
Provides Octopush integration for Symfony Notifier.
DSN example
OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE
where:
USERLOGIN
is your Octopush emailAPIKEY
is your Octopush tokenFROM
is your senderTYPE
is Octopush sms type (XXX
= SMS LowCost;FR
= SMS Premium;WWW
= SMS World)