gonzalo123 / androidpusher
tool to send push notifications to android devices
Installs: 997
Dependents: 0
Suggesters: 0
Security: 0
Stars: 50
Watchers: 15
Forks: 31
Open Issues: 0
Requires
- php: >=5.3.0
- ext-curl: *
This package is not auto-updated.
Last update: 2024-11-09 14:55:32 UTC
README
Simple library to send push notifications to android devices
// 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());