gonzalo123/androidpusher

tool to send push notifications to android devices

Maintainers

Package info

github.com/gonzalo123/androidpusher

pkg:composer/gonzalo123/androidpusher

Statistics

Installs: 997

Dependents: 0

Suggesters: 0

Stars: 49

Open Issues: 0

dev-master / 1.0.x-dev 2015-12-27 13:50 UTC

This package is not auto-updated.

Last update: 2026-03-14 21:37:46 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());