PHP Classes
elePHPant
Icontem

PHP Google Cloud Messaging Server: Send messages to Android applications using GCM

Recommend this page to a friend!

  Author Author  
Picture of Christiaan Baartse
Name: Christiaan Baartse <contact>
Classes: 4 packages by
Country: The Netherlands The Netherlands
Innovation award
Innovation award
Nominee: 3x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package can send messages to Android applications using Google Cloud Messaging.

It is a a PHP port of the Google Cloud Messaging Application Server originally developed in Java.

It can send HTTP requests to the Google Cloud Messaging Web services API server to send messages to Android devices with given identifiers.

The messages can be in plain text or JSON format.

The delivery of the messages can be tried again if the devices are not available or it failed from some other reason.

  Classes of Christiaan Baartse  >  PHP Google Cloud Messaging Server  >  Download Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Google Cloud Messaging Server
Base name: gcm
Description: Send messages to Android applications using GCM
Version: 1.0.0
PHP version: 5.3
License: Freely Distributable
 
  Groups   Applications   Related pages   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Wireless and Mobile Wireless communications, handheld and pocket computing View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
March 2013
Number 2


Prize: One downloadable e-book of choice by O'Reilly
Push notifications are messages to be delivered to users of mobile devices to tell them about important information or events related to the applications they use.

Applications based on Web services are not able to send notifications directly to the mobile devices because the devices may not be reachable when the new information or events happen.

For Android devices Google offers the Google Cloud Messaging Server that is capable of receiving the notifications to be deliver to Android application users and push them when the devices get connected.

This class can send push notifications to Android applications using the Google Cloud Messaging Server.

Manuel Lemos

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.


  Related pages  
Build status
.
Packagist package
Packagist package

  Files folder image Files  
File Role Description
Files folder imagesrc (1 directory)
Files folder imagetest (1 directory)
Accessible without login Plain text file .gitignore Data Auxiliary data
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file testPush.php Example Example script

  Files folder image Files  /  src  
File Role Description
Files folder imageWebPower (1 directory)

  Files folder image Files  /  src  /  WebPower  
File Role Description
Files folder imagegcm (1 directory)

  Files folder image Files  /  src  /  WebPower  /  gcm  
File Role Description
Files folder imageserver (13 files)

  Files folder image Files  /  src  /  WebPower  /  gcm  /  server  
File Role Description
  Plain text file BuzzHttpClient.php Class Class source
  Plain text file Constants.php Class Class source
  Plain text file HttpClient.php Class Class source
  Plain text file HttpClientResponse.php Class Class source
  Plain text file InvalidRequestException.php Class Class source
  Plain text file JsonParserException.php Class Class source
  Plain text file Message.php Class Class source
  Plain text file MessageBuilder.php Class Class source
  Plain text file MulticastResult.php Class Class source
  Plain text file MulticastResultBuilder.php Class Class source
  Plain text file Result.php Class Class source
  Plain text file ResultBuilder.php Class Class source
  Plain text file Sender.php Class Class source

  Files folder image Files  /  test  
File Role Description
Files folder imageWebPower (1 directory)

  Files folder image Files  /  test  /  WebPower  
File Role Description
Files folder imagegcm (1 directory)

  Files folder image Files  /  test  /  WebPower  /  gcm  
File Role Description
Files folder imageserver (5 files)

  Files folder image Files  /  test  /  WebPower  /  gcm  /  server  
File Role Description
  Accessible without login Plain text file InvalidRequestExceptionTest.php Test Unit test script
  Accessible without login Plain text file MessageTest.php Test Unit test script
  Accessible without login Plain text file MulticastResultTest.php Test Unit test script
  Accessible without login Plain text file ResultTest.php Test Unit test script
  Accessible without login Plain text file SenderTest.php Test Unit test script

Install with Composer Install with Composer - Download Download all files: gcm.tar.gz gcm.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.