PHP server library for publishing notifications through Pusher.
Check https://www.pusher.com/push-notifications for more information about this service.
Get Composer,
then get the pusher/pusher-push-notifications
Composer package:
$ composer require pusher/pusher-push-notifications
This SDK depends on the cURL PHP module and the JSON PHP module.
For an example of use, see example.php.