spacetab-io / smsaero-notifier
Symfony SmsAero Notifier Bridge
1.0.0
2022-12-02 08:41 UTC
Requires
- php: >=8.1
- symfony/http-client: ^5.4 | ^6.0
- symfony/notifier: ^5.4 | ^6.0
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-28 05:16:43 UTC
README
Provides SmsAero integration for Symfony Notifier.
notifier.yaml
framework:
notifier:
texter_transports:
smsaero: '%env(SMSAERO_DSN)%'
DSN example
SMSAERO_DSN=smsaero://EMAIL:API_KEY@default?from=FROM&channel=CHANNEL
where:
EMAIL
account email (must be urlencoded, example: test%40example.com)API_KEY
is a secret key from settings pageFROM
is your sender (NB: text identity, not a phone number)CHANNEL
channel type, default: INTERNATIONAL