Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/sms-factor-notifier
Symfony SMSFactor Notifier Bridge
https://github.com/symfony/sms-factor-notifier
component notifier php sms smsfactor symfony symfony-component
Last synced: about 1 month ago
JSON representation
Symfony SMSFactor Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/sms-factor-notifier
- Owner: symfony
- License: mit
- Created: 2022-06-25T07:15:23.000Z (over 2 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:39:31.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:03:45.926Z (about 2 months ago)
- Topics: component, notifier, php, sms, smsfactor, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 53.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
SMSFactor Notifier
-------------------Provides [SMSFactor](https://www.smsfactor.com/) 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 token
- `SENDER` is the sender name
- `PUSH_TYPE` is the sms type (`alert` or `marketing`)See SMSFactor documentation at https://dev.smsfactor.com/