Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Symfony LightSms Notifier Bridge
https://github.com/symfony/light-sms-notifier

component light-sms notifier php sms symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony LightSms Notifier Bridge

Awesome Lists containing this project

README

        

LightSms Notifier
=================

Provides [LightSms](https://www.lightsms.com/) integration for Symfony Notifier.

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

```
LIGHTSMS_DSN=lightsms://LOGIN:TOKEN@default?from=PHONE
```

where:
- `LOGIN` is your LightSms login
- `TOKEN` is the token displayed in your account
- `PHONE` is your LightSms sender phone number

See your account info at https://www.lightsms.com/external/client/api/

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)