symfony / sms-biuras-notifier
Symfony SmsBiuras Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 4 171
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-07-29 11:13:09 UTC
README
Provides SmsBiuras integration for Symfony Notifier.
DSN example
SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0
where:
UID
is your client codeAPI_KEY
is your SmsBiuras api keyFROM
is your senderTEST_MODE
the test parameter is used during system connection testing. Possible values: 0 (real SMS sent), 1 (test SMS, will not be delivered to the phone and will not be charged)