Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/