Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/symfony/one-signal-notifier
- Owner: symfony
- License: mit
- Created: 2021-10-28T10:53:52.000Z (about 3 years ago)
- Default Branch: 7.1
- Last Pushed: 2024-09-27T08:39:04.000Z (about 2 months ago)
- Last Synced: 2024-09-30T16:03:54.462Z (about 2 months ago)
- Topics: component, notifier, onesignal, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 54.7 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 recipientResources
---------* [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)