Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
/ Push-server Public archive

[DEPRECATED] Web service test/example that sends notifications to Android through Google Cloud Messaging. Used with https://github.com/MathiasBerwig/Push

Notifications You must be signed in to change notification settings

MathiasBerwig/Push-server

Repository files navigation

How to Use

  1. Checkout/download this repository to your computer and save it on your web server public folder.

  2. Start your SQL server and execute the file database.sql to create the database and table used by the Push Server.

  3. Open the file data/db_config.php and define the Google API KEY:

define("GOOGLE_API_KEY", "...............");
  1. Open your browser and navigate to http://your-server-addres/push-server/.

  2. Now you should be able to send messages:

Push Server form

About

[DEPRECATED] Web service test/example that sends notifications to Android through Google Cloud Messaging. Used with https://github.com/MathiasBerwig/Push

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published