PHPackages                             helthe/mandrill-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. helthe/mandrill-bundle

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

helthe/mandrill-bundle
======================

Helthe Mandrill bundle for Symfony 2

011PHP

Since May 14Pushed 12y ago1 watchersCompare

[ Source](https://github.com/helthe/MandrillBundle)[ Packagist](https://packagist.org/packages/helthe/mandrill-bundle)[ RSS](/packages/helthe-mandrill-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Helthe Mandrill Bundle [![Build Status](https://camo.githubusercontent.com/650c928d39cbbb50cbb3b6f4fb5b546392f6e542bc384c456e45aaeb6707b2e9/68747470733a2f2f7472617669732d63692e6f72672f68656c7468652f4d616e6472696c6c42756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/helthe/MandrillBundle) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/85b24b443c056d39057db7000874d221d2f0d61ce1f69e632bd6af7772e41b1b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f68656c7468652f4d616e6472696c6c42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/helthe/MandrillBundle/?branch=master)
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#helthe-mandrill-bundle--)

Helthe Mandrill Bundle integrates the [Helthe Mandrill Component](https://github.com/helthe/Mandrill)with your Symfony2 application.

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

[](#installation)

### Step 1: Add package requirement in Composer

[](#step-1-add-package-requirement-in-composer)

#### Manually

[](#manually)

Add the following in your `composer.json`:

```
{
    "require": {
        // ...
        "helthe/mandrill-bundle": "dev-master"
    }
}
```

#### Using the command line

[](#using-the-command-line)

```
$ composer require 'helthe/mandrill-bundle=dev-master'
```

### Step 2: Register the bundle in the kernel

[](#step-2-register-the-bundle-in-the-kernel)

```
