Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Symfony Octopush Notifier Bridge
https://github.com/symfony/octopush-notifier

component notifier octopush php sms symfony symfony-component

Last synced: 3 months ago
JSON representation

Symfony Octopush Notifier Bridge

Awesome Lists containing this project

README

        

Octopush Notifier
=================

Provides [Octopush](https://www.octopush.com) integration for Symfony Notifier.

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

```
OCTOPUSH_DSN=octopush://USERLOGIN:APIKEY@default?from=FROM&type=TYPE
```

where:
- `USERLOGIN` is your Octopush email
- `APIKEY` is your Octopush token
- `FROM` is your sender
- `TYPE` is Octopush sms type (`XXX` = SMS LowCost; `FR` = SMS Premium; `WWW` = SMS World)

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)