2017 © Pedro Peláez
 

library gcm

Endroid Google Cloud Messaging

image

niranjan94/gcm

Endroid Google Cloud Messaging

  • Friday, March 4, 2016
  • by niranjan94
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 18 Forks
  • 0 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

Endroid Google Cloud Messaging

By endroid, (*1)

Build Status Latest Stable Version Total Downloads, (*2)

Google Cloud Messaging is a service that helps developers send data from servers to their Android applications on Android devices. See Google GCM for more information., (*3)

Requests with messages targeting 1000+ registration ID's will automatically be chunked and sent in parallel in order to circumvent the maximum imposed by Google. So you don't have to bother about this restriction when using this class., (*4)

<?php

use Endroid\Gcm\Client;

$client = new Client($apiKey);

// Registration ID's of devices to target
$registrationIds = array(
    ...
);

$data = array(
    'title' => 'Message title',
    'message' => 'Message body',
);

$success = $client->send($data, $registrationIds);

If something went wrong or if you just want to inspect the response objects returned by the GCM server, you can retrieve these using the getResponses() method., (*5)

Symfony

You can use EndroidGcmBundle to enable this service in your Symfony application., (*6)

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading., (*7)

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code., (*8)

The Versions

04/03 2016

dev-master

9999999-dev https://github.com/niranjan94/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications niranjan94

17/01 2016

1.2.12

1.2.12.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

17/01 2016

1.2.11

1.2.11.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

16/01 2016

1.2.9

1.2.9.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

16/01 2016

1.2.10

1.2.10.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

01/01 2016

1.2.8

1.2.8.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

cloud google messaging notification push gcm endroid notifications

08/07 2015

1.2.7

1.2.7.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

cloud google messaging notification push gcm endroid notifications

04/07 2015

1.2.6

1.2.6.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

cloud google messaging notification push gcm endroid notifications

04/07 2015

1.2.5

1.2.5.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

cloud google messaging notification push gcm endroid notifications

04/07 2015

1.2.4

1.2.4.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

The Development Requires

cloud google messaging notification push gcm endroid notifications

27/07 2014

1.2.3

1.2.3.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

18/12 2013

1.2.2

1.2.2.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

23/06 2013

1.2.1

1.2.1.0 https://github.com/endroid/Gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

06/09 2012

1.2.0

1.2.0.0 https://github.com/endroid/gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

 

cloud google messaging notification push gcm endroid notifications

26/07 2012

1.1.0

1.1.0.0 https://github.com/endroid/gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cloud google messaging notification push gcm endroid notifications

26/07 2012

1.0.0

1.0.0.0 https://github.com/endroid/gcm

Endroid Google Cloud Messaging

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

cloud google messaging notification push gcm endroid notifications