PHPackages                             imag/notifier-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. imag/notifier-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

imag/notifier-bundle
====================

Notifier bundle for Symfony 2

v1.0.1(12y ago)05.2kCeCILLPHPPHP &gt;=5.3.3

Since Nov 4Pushed 12y ago1 watchersCompare

[ Source](https://github.com/BorisMorel/NotifierBundle)[ Packagist](https://packagist.org/packages/imag/notifier-bundle)[ Docs](http://github.com/BorisMorel/NotifierBundle)[ RSS](/packages/imag-notifier-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

NotifierBundle
==============

[](#notifierbundle)

NotifierBundle implements the most essential and basic functionalities of [Swift\_Mailer](http://swiftmailer.org). The best way, is to sent a Html mail with [Twig templating engine](http://twig.sensiolabs.org/). You can also add many attachments at the mail.

Contact
-------

[](#contact)

```
Nick: aways
IRC: irc.freenode.net - #sf-grenoble

```

Install
-------

[](#install)

1. Download with composer
2. Enable
3. Configure
4. Use it

### Download

[](#download)

Add NotifierBundle in your project's `composer.json`

```
{
    "require": {
        "imag/notifier-bundle": "1.0.*@stable"
    }
}
```

### Enable

[](#enable)

```
