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: 9 months 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 (over 4 years ago)
- Default Branch: 7.2
- Last Pushed: 2024-11-29T08:50:57.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:23:37.057Z (over 1 year ago)
- Topics: component, notifier, onesignal, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/notifier
- Size: 56.6 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 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)