Download the PHP package codemonkeys-ru/gcm-message without Composer
On this page you can find all versions of the php package codemonkeys-ru/gcm-message. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codemonkeys-ru/gcm-message
More information about codemonkeys-ru/gcm-message
Files in codemonkeys-ru/gcm-message
Download codemonkeys-ru/gcm-message
More information about codemonkeys-ru/gcm-message
Files in codemonkeys-ru/gcm-message
Vendor codemonkeys-ru
Package gcm-message
Short Description Google Cloud Messaging (GCM) PHP Server Library
License MIT
Package gcm-message
Short Description Google Cloud Messaging (GCM) PHP Server Library
License MIT
Please rate this library. Is it a good library?
Informations about the package gcm-message
Google Cloud Messaging (GCM) PHP Server Library
A PHP library for sending messages to devices registered through Google Cloud Messaging
See: http://developer.android.com/guide/google/gcm/index.html
Example usage
Also indirect message API available
Note about cURL SSL verify peer option
Library has turned off CURLOPT_SSL_VERIFYPEER by default, but you can enable it by passing third parameter into constructor of Sender class.
You need to download root certificates and add them somewhere into your project directory. Then construct Sender object like this:
ChangeLog
- v0.5 - Added support for "priority" flag (https://github.com/CodeMonkeysRu/GCMMessage/pull/16)
- v0.4 - Code cleanup, PHP5.5 support dropped
- v0.3 - Content-available added (https://github.com/CodeMonkeysRu/GCMMessage/pull/11)
- v0.2 - Notifications added
- v0.1 - Initial release
Licensed under MIT license.
All versions of gcm-message with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package codemonkeys-ru/gcm-message contains the following files
Loading the files please wait ....