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

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

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();
```