Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/symfony/one-signal-notifier

Symfony OneSignal Notifier Bridge
https://github.com/symfony/one-signal-notifier

component notifier onesignal php symfony symfony-component

Last synced: about 1 month ago
JSON representation

Symfony OneSignal Notifier Bridge

Awesome Lists containing this project

README

        

OneSignal Notifier
==================

Provides [OneSignal](https://documentation.onesignal.com/reference/create-notification) integration for Symfony Notifier.

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

```
ONESIGNAL_DSN=onesignal://APP_ID:API_KEY@default?defaultRecipientId=DEFAULT_RECIPIENT_ID
```

where:
- `APP_ID` is your OneSignal application id
- `API_KEY` is your OneSignal application auth key
- `DEFAULT_RECIPIENT_ID` is an optional default recipient

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)