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: 9 months ago
JSON representation
Symfony Octopush Notifier Bridge
- Host: GitHub
- URL: https://github.com/symfony/octopush-notifier
- Owner: symfony
- License: mit
- Created: 2021-01-15T06:15:00.000Z (about 5 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:43:15.000Z (over 1 year ago)
- Last Synced: 2024-09-30T17:20:57.543Z (over 1 year ago)
- Topics: component, notifier, octopush, php, sms, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 53.7 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)