esoxjem / Pulse

A simple script to send GCM/FCM messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulse

PHP script that sends a GCM/FCM push message.

  1. Add API access key: define( 'API_ACCESS_KEY', '<access key>' );

  2. Add GCM registration tokens $registrationIds = array ( "<GCM ID>" );

  3. Run the script.

Note: Only meant for development/testing.

About

A simple script to send GCM/FCM messages.


Languages

Language:PHP 100.0%