Best android open-source packages and libraries.

Pulse

A simple script to send GCM/FCM messages.
Updated 1 year ago

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.

Tags fcm