Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/turbo-sms-notifier

Symfony TurboSms Notifier Bridge
https://github.com/symfony/turbo-sms-notifier

component notifier php sms symfony symfony-component turbo-sms

Last synced: about 1 month ago
JSON representation

Symfony TurboSms Notifier Bridge

Awesome Lists containing this project

README

        

TurboSms Notifier
=================

Provides [TurboSms](https://turbosms.ua/) integration for Symfony Notifier.

DSN example
-----------

```
TURBOSMS_DSN=turbosms://AUTH_TOKEN@default?from=FROM
```

where:
- `AUTH_TOKEN` is your TurboSms auth token
- `FROM` is your sender name, should be alpha-numeral, max 20 symbols and activated in your TurboSms account

Resources
---------

* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)