Recommend this page to a friend! |
Classes of Christiaan Baartse | > | PHP Google Cloud Messaging Server | > | Download .zip .tar.gz | > | Support forum (1) | > | Blog | > | Latest changes |
|
Groups | Applications | Related pages | Files |
Groups |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Wireless and Mobile | Wireless communications, handheld and pocket computing | View top rated classes |
Web services | Web data clipping, SOAP or XML-RPC clients and servers | View top rated classes |
Innovation Award |
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 |
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 |
File | Role | Description | ||
---|---|---|---|---|
src (1 directory) | ||||
test (1 directory) | ||||
.gitignore | Data | Auxiliary data | ||
.travis.yml | Data | Auxiliary data | ||
composer.json | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
testPush.php | Example | Example script |
Files | / | src | / | WebPower | / | gcm | / | server |
File | Role | Description |
---|---|---|
BuzzHttpClient.php | Class | Class source |
Constants.php | Class | Class source |
HttpClient.php | Class | Class source |
HttpClientResponse.php | Class | Class source |
InvalidRequestException.php | Class | Class source |
JsonParserException.php | Class | Class source |
Message.php | Class | Class source |
MessageBuilder.php | Class | Class source |
MulticastResult.php | Class | Class source |
MulticastResultBuilder.php | Class | Class source |
Result.php | Class | Class source |
ResultBuilder.php | Class | Class source |
Sender.php | Class | Class source |
Files | / | test | / | WebPower | / | gcm | / | server |
File | Role | Description |
---|---|---|
InvalidRequestExceptionTest.php | Test | Unit test script |
MessageTest.php | Test | Unit test script |
MulticastResultTest.php | Test | Unit test script |
ResultTest.php | Test | Unit test script |
SenderTest.php | Test | Unit test script |
Install with Composer - 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.
|