dmitrovskiy / ionic-push-php-service-provider
silex provider for ionic push php sdk
Installs: 1 463
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- dmitrovskiy/ionic-push-php: 0.0.*
- guzzlehttp/guzzle: 6.0.*
- silex/silex: ~1.2
Requires (Dev)
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2024-12-21 19:26:29 UTC
README
This package may be helpful for sending ionic push notifications using Silex framework
Install
Via Composer
$ composer require dmitrovskiy/ionic-push-php-service-provider
Usage
$app->register( new \Dmitrovskiy\IonicPushService\IonicPushServiceProvider(), array( 'ionicPush.appId' => 'APP_ID', 'ionicPush.appSecretId' => 'APP_SECRET_ID' ) ); $notifications = array( //... ); $app['ionicPush.processor']->notify($notifications);
License
The MIT License (MIT). Please see License File for more information.