symfony / sms-factor-notifier
Symfony SMSFactor Notifier Bridge
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 5 703
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Type:symfony-notifier-bridge
Requires
- php: >=8.2
- symfony/http-client: ^6.4|^7.0
- symfony/notifier: ^6.4|^7.0
This package is auto-updated.
Last update: 2024-09-27 08:39:35 UTC
README
Provides SMSFactor integration for Symfony Notifier.
DSN example
SMS_FACTOR_DSN=sms-factor://TOKEN@default?sender=SENDER&push_type=PUSH_TYPE
where:
TOKEN
is your SMSFactor api tokenSENDER
is the sender namePUSH_TYPE
is the sms type (alert
ormarketing
)
See SMSFactor documentation at https://dev.smsfactor.com/