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

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

hadesarchitect/notification-bundle
==================================

Event-driven notification bundle for Symfony 2 environment.

v1.0.1(11y ago)2524[1 issues](https://github.com/HadesArchitect/NotificationBundle/issues)MITPHP

Since Feb 9Pushed 11y ago2 watchersCompare

[ Source](https://github.com/HadesArchitect/NotificationBundle)[ Packagist](https://packagist.org/packages/hadesarchitect/notification-bundle)[ RSS](/packages/hadesarchitect-notification-bundle/feed)WikiDiscussions master Synced 1mo ago

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

HadesArchitect Notification Bundle
==================================

[](#hadesarchitect-notification-bundle)

[![Build Status](https://camo.githubusercontent.com/251d8436c5edfde58e6132b79029df599811275a727a9a76f6220b3547d5000f/68747470733a2f2f7472617669732d63692e6f72672f48616465734172636869746563742f4e6f74696669636174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/HadesArchitect/NotificationBundle)[![Latest Stable Version](https://camo.githubusercontent.com/67b88ec7064d5187d52f43504227a8226a43e81df30ef269dfd517386333352c/68747470733a2f2f706f7365722e707567782e6f72672f68616465736172636869746563742f6e6f74696669636174696f6e2d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/hadesarchitect/notification-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/a75467c957a8bfb71f2ab6ccd40924f22b57d1ec3329c0e81fd27d26fc25a801/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64333934346362392d613664372d343933662d623863372d3462323838653633336431612f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d3944cb9-a6d7-493f-b8c7-4b288e633d1a)

Event-driven notification bundle for Symfony 2 environment. Provides convenient way to manage user notifications in applications, for example to warn administrators about important events like user registration or notify users about any significant things for them like 'your order has been sent'. At that moment supports only swiftmailer as a notification channel, but it could be easily extended. Visual part could be rendered by any supported template engine like twig.

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

[](#installation)

Install through composer:

*First step: require bundle*

```
composer require hadesarchitect/notification-bundle ~1
```

*Second step: enable bundle*

```
