MathiasBerwig / Push-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 84.5%Language:JavaScript 15.5%