https://github.com/samiaraboglu/one-signal-api-bundle
OneSignal API Symfony Bundle
https://github.com/samiaraboglu/one-signal-api-bundle
api one-signal onesignal symfony symfony-bundle
Last synced: 9 months ago
JSON representation
OneSignal API Symfony Bundle
- Host: GitHub
- URL: https://github.com/samiaraboglu/one-signal-api-bundle
- Owner: samiaraboglu
- License: mit
- Created: 2018-03-09T22:03:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T08:51:02.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T01:47:49.975Z (10 months ago)
- Topics: api, one-signal, onesignal, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# one-signal-api-bundle
Use the OneSignal PHP API [made by Norkunas](https://github.com/norkunas/onesignal-php-api).
### Download the Bundle
```console
$ composer require samiaraboglu/one-signal-api-bundle
```
### Enable the Bundle
Registered bundles in the `app/AppKernel.php` file of your project:
```php
get('samiax_one_signal_api.service');
$myApps = $service->apps->getAll();
```