spacetab-io/smsaero-notifier
Symfony SmsAero Notifier Bridge
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 4f8a0aa72240f2cf4556f54b3fc8a114740996ea
- roquie <roquie0.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-28 08:48:29 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:
EMAILaccount email (must be urlencoded, example: test%40example.com)API_KEYis a secret key from settings pageFROMis your sender (NB: text identity, not a phone number)CHANNELchannel type, default: INTERNATIONAL
