PHPackages                             laszlo-karpati/gcm-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. laszlo-karpati/gcm-bundle

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

laszlo-karpati/gcm-bundle
=========================

Endroid Google Cloud Messaging Bundle for Symfony

1.2.0(13y ago)019MITPHPPHP &gt;=5.3.0

Since Jul 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/laszlo-karpati/EndroidGcmBundle)[ Packagist](https://packagist.org/packages/laszlo-karpati/gcm-bundle)[ Docs](https://github.com/endroid/gcm)[ RSS](/packages/laszlo-karpati-gcm-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Endroid Google Cloud Messaging Bundle
=====================================

[](#endroid-google-cloud-messaging-bundle)

*By [endroid](http://endroid.nl/)*

[![Build Status](https://camo.githubusercontent.com/07a73561806c14ed283dcfa07f39f766316fdf21c61e6240e76f6c5172dfa6db/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f656e64726f69642f456e64726f696447636d42756e646c652e706e67)](http://travis-ci.org/endroid/EndroidGcmBundle)

This bundle enables you to use the Endroid Google Cloud Messaging (endroid/Gcm) library as a decoupled service and enables configuration through the Symfony framework. Google Cloud Messaging is a service that helps developers send data from servers to their Android applications on Android devices. For more information on the services provided see the [endroid/Gcm](https://github.com/endroid/Gcm) repository and [Google GCM](http://developer.android.com/guide/google/gcm/index.html).

[![knpbundles.com](https://camo.githubusercontent.com/37009c076f65f09cfa91815acc38b59d9f2e4b16ca3179a6191218af6832e155/687474703a2f2f6b6e7062756e646c65732e636f6d2f656e64726f69642f456e64726f696447636d42756e646c652f62616467652d73686f7274)](http://knpbundles.com/endroid/EndroidGcmBundle)

Requirements
------------

[](#requirements)

- Symfony
- Dependencies:
- [`Buzz`](https://github.com/kriswallsmith/Buzz)
- [`Gcm`](https://github.com/endroid/Gcm)

Installation
------------

[](#installation)

### Add in your composer.json

[](#add-in-your-composerjson)

```
{
    "require": {
        "endroid/gcm-bundle": "dev-master"
    }
}
```

### Install the bundle

[](#install-the-bundle)

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update endroid/gcm-bundle
```

Composer will install the bundle to your project's `vendor/endroid` directory.

### Enable the bundle via the kernel

[](#enable-the-bundle-via-the-kernel)

```
