PHPackages                             jp/firebase-notification-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. jp/firebase-notification-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

jp/firebase-notification-bundle
===============================

A Bundle for Symfony2 projects to send notifications for mobile devices through Firebase Cloud Messaging API

3.0.0(6y ago)510.8k2[1 issues](https://github.com/jplarar/FirebaseNotificationBundle/issues)MITPHPPHP &gt;=5.6CI failing

Since Aug 28Pushed 6y ago2 watchersCompare

[ Source](https://github.com/jplarar/FirebaseNotificationBundle)[ Packagist](https://packagist.org/packages/jp/firebase-notification-bundle)[ Docs](https://github.com/jplarar/FirebaseNotificationBundle)[ RSS](/packages/jp-firebase-notification-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (8)Versions (6)Used By (0)

FirebaseNotificationBundle
==========================

[](#firebasenotificationbundle)

A Bundle for Symfony4 projects to send notifications for mobile devices through Firebase Cloud Messaging API

Setup
-----

[](#setup)

### Step 1: Download FirebaseNotificationBundle using composer

[](#step-1-download-firebasenotificationbundle-using-composer)

Add Firebase Notification in your composer.json:

```
{
    "require": {
        "jp/firebase-notification-Bundle": "^2.0.0"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "jp/firebase-notification-Bundle"
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
