dev-master
9999999-dev https://github.com/gonzalo123/androidpushertool to send push notifications to android devices
MIT
The Requires
- php >=5.3.0
- ext-curl *
curl cli android
Wallogit.com
2017 © Pedro Peláez
tool to send push notifications to android devices
Simple library to send push notifications to android devices, (*1)
// https://code.google.com/apis/console/ $apiKey = "myApiKey"; $regId = "device reg ID"; $pusher = new AndroidPusher\Pusher($apiKey); $pusher->notify($regId, "Hola"); print_r($pusher->getOutputAsArray());
tool to send push notifications to android devices
MIT
curl cli android