vuphuong87 / ionic-push-php
ionic push notifications php sdk
This package's canonical repository appears to be gone and the package has been frozen as a result.
v0.0.4
2015-07-28 13:36 UTC
Requires
- php: >=5.3.0
- guzzlehttp/guzzle: 6.0.*
Requires (Dev)
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2021-05-06 01:25:33 UTC
README
This package may be helpful for sending ionic push notifications
Install
Via Composer
$ composer require dmitrovskiy/ionic-push-php
Usage
$pusher = new Dmitrovskiy\IonicPush\PushProcessor( 'APP_ID', 'API_SECRET_ID' ); $notifications = array( //... ); $pusher->notify($notifications);
License
The MIT License (MIT). Please see License File for more information.