Download the PHP package dizda/onesignal-api-bundle without Composer
On this page you can find all versions of the php package dizda/onesignal-api-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package onesignal-api-bundle
OnesignalApiBundle
Integrate OneSignal API in Symfony with ease.
Use the PHP library made by Norkunas.
Setup
Install with Composer
composer require dizda/onesignal-api-bundle
Add bundle to app/AppKernel.php
public function registerBundles()
{
$bundles = array(
....
new Dizda\OnesignalApiBundle\DizdaOnesignalApiBundle()
);
}
Configuration
Add this to your config.yml
:
Use
Send a simple notification:
License
MIT Licensed, see LICENSE.
All versions of onesignal-api-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
symfony/framework-bundle Version ~2.3
norkunas/onesignal-php-api Version v0.1.0
symfony/framework-bundle Version ~2.3
norkunas/onesignal-php-api Version v0.1.0
The package dizda/onesignal-api-bundle contains the following files
Loading the files please wait ....