PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Christiaan Baartse   PHP Google Cloud Messaging Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Google Cloud Messaging Server
Send messages to Android applications using GCM
Author: By
Last change:
Date: 11 years ago
Size: 736 bytes
 

Contents

Class file image Download
{ "name": "webpower/gcm-application-server", "type": "library", "description": "Google Cloud Messaging Application Server port from JAVA to PHP", "keywords": ["push", "GCM", "java port"], "website": "http://developer.android.com/reference/com/google/android/gcm/server/package-summary.html", "license": "Apache License v2.0", "authors": [ { "name": "Christaan Baartse", "email": "christiaan@baartse.nl" } ], "autoload": { "psr-0": { "WebPower\\gcm\\server": "src/" } }, "require": { "php": ">=5.3.3", "psr/log": "1.0.*", "kriswallsmith/buzz": "0.9" }, "require-dev": { "phpunit/phpunit": "3.7.*" } }