Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/smsc-notifier

Symfony SMSC Notifier Bridge
https://github.com/symfony/smsc-notifier

component notifier php sms smsc symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony SMSC Notifier Bridge

Awesome Lists containing this project

README

        

SMSC Notifier
=============

Provides [SMSC](https://smsc.ru/) integration for Symfony Notifier.

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

```
SMSC_DSN=smsc://LOGIN:PASSWORD@default?from=FROM
```

where:
- `LOGIN` is your login
- `PASSWORD` is your API password
- `FROM` is your sender (NB: text identity, not a phone number)

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)