PHPackages                             php-solution/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. php-solution/notification-bundle

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

php-solution/notification-bundle
================================

Symfony bundle for using notification component with user notify functionality

v0.1.1(9y ago)11.1kMITPHPPHP &gt;=7.1

Since Mar 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/php-solution/notification-bundle)[ Packagist](https://packagist.org/packages/php-solution/notification-bundle)[ RSS](/packages/php-solution-notification-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Notification Bundle
===================

[](#notification-bundle)

This bundle integrates Notification component to Symfony application.

Please, see [documentation](https://github.com/php-solution/notification-lib) for Notification component before start development.

Configuration
-------------

[](#configuration)

```
notification:
    extensions:
        use_for_manager: "notification.extension.context_configurator"
        context_configurator:
            enabled: true
        event_dispatcher:
            enabled: false
    notifier_swiftmailer:
        enabled: true
        default_sender: ~

```

Installing
----------

[](#installing)

1. Add to your composer.json

```
    "require": {
        ...
        "php-solution/notification-bundle": "dev-master",
        ...
    }

```

2. run:

```
    composer update php-solution/notification-bundle

```

Example
-------

[](#example)

Notification Type:

```
