Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Symfony Redlink Notifier Bridge
https://github.com/symfony/redlink-notifier

component notifier php redlink sms symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony Redlink Notifier Bridge

Awesome Lists containing this project

README

        

Redlink Notifier
================

Provides [Redlink](https://redlink.pl) integration for Symfony Notifier.

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

```
REDLINK_DSN=redlink://API_TOKEN:APP_TOKEN@default?from=SENDER_NAME&version=VERSION
```

where:

- `API_TOKEN` is your user API token, you can get it from the user dashboard
- `APP_TOKEN` is your application's API token
- `SENDER_NAME` is sender ID that was previously added through the user dashboard
- `VERSION` is API version that you want to use, ex. v2.1, optional

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)