PHPackages                             opwoco/rms-push-notifications-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. opwoco/rms-push-notifications-bundle

Abandoned → [opwoco/push-notifications-bundle](/?search=opwoco%2Fpush-notifications-bundle)Symfony-bundle[Mail &amp; Notifications](/categories/mail)

opwoco/rms-push-notifications-bundle
====================================

Push notifications/messages for mobile devices

1.1.0(6y ago)06.4k↓100%1MITPHPPHP &gt;=7.2.0

Since Mar 5Pushed 6y ago5 watchersCompare

[ Source](https://github.com/opwoco/RMSPushNotificationsBundle)[ Packagist](https://packagist.org/packages/opwoco/rms-push-notifications-bundle)[ Docs](https://github.com/richsage/RMSPushNotificationsBundle)[ RSS](/packages/opwoco-rms-push-notifications-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (25)Used By (0)

RMSPushNotificationsBundle [![](https://camo.githubusercontent.com/a32a3cadb018762fcdb0c12ee2d162501d228605cffada890cad5121483d1cd9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72696368736167652f524d53507573684e6f74696669636174696f6e7342756e646c652e706e67)](https://camo.githubusercontent.com/a32a3cadb018762fcdb0c12ee2d162501d228605cffada890cad5121483d1cd9/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f72696368736167652f524d53507573684e6f74696669636174696f6e7342756e646c652e706e67)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#rmspushnotificationsbundle-)

A bundle to allow sending of push notifications to mobile devices. Currently supports Android (C2DM, GCM, FCM), Blackberry and iOS devices.

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

[](#installation)

To use this bundle in your Symfony2 project add the following to your `composer.json`:

```
{
    "require": {
        // ...
        "opwoco/rms-push-notifications-bundle": "dev-master"
    }
}

```

and enable it in your kernel:

```
