2017 © Pedro Peláez
 

library androidpusher

tool to send push notifications to android devices

image

gonzalo123/androidpusher

tool to send push notifications to android devices

  • Sunday, December 27, 2015
  • by gonzalo123
  • Repository
  • 13 Watchers
  • 50 Stars
  • 836 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 34 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

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());

The Versions

27/12 2015

dev-master

9999999-dev https://github.com/gonzalo123/androidpusher

tool to send push notifications to android devices

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

curl cli android