PHPackages                             issetbv/push-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. issetbv/push-notification-bundle

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

issetbv/push-notification-bundle
================================

1.2.0(9y ago)04851MITPHPPHP &gt;=7.0

Since Mar 8Pushed 9y ago4 watchersCompare

[ Source](https://github.com/Isset/pushnotification-bundle)[ Packagist](https://packagist.org/packages/issetbv/push-notification-bundle)[ Docs](http://www.isset.nl)[ RSS](/packages/issetbv-push-notification-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (1)Versions (9)Used By (1)

IssetBVPushNotificationBundle
=============================

[](#issetbvpushnotificationbundle)

Bundle for sending push notifications to apple/android/windows

Install:
--------

[](#install)

### Composer:

[](#composer)

```
composer require issetbv/push-notification-bundle
```

### AppKernel.php

[](#appkernelphp)

```
$bundles[] = new IssetBV\PushNotificationBundle\IssetBVPushNotificationBundle();
```

### config

[](#config)

To send messages add connections to the isset\_bv\_push\_notification config

```
isset_bv_push_notification:
    #connection_handler: //overwrite the connection handler for all notifiers which don't have there own connection handler set
    apple:
        #connection_handler: connection handler for this notifier
        connections:
            live:
                key_location:
                key_password_phrase:
                default: true
    android:
        connections:
            live:
                api_key:
                default: true
    windows:
        connections:
            live:
                default: true
            live_other:
                default: true
```

### parameters

[](#parameters)

Default logger is the @logger to change the logger set the isset\_bv\_push\_notification.center.logger.service to a different logger service

```
isset_bv_push_notification.center.logger.service: logger
```

Code samples
------------

[](#code-samples)

### Example apple message

[](#example-apple-message)

```
