helthe/mandrill-bundle

Helthe Mandrill bundle for Symfony 2

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2014-05-14 16:40 UTC

This package is auto-updated.

Last update: 2024-03-29 02:52:51 UTC


README

Helthe Mandrill Bundle integrates the Helthe Mandrill Component with your Symfony2 application.

Installation

Step 1: Add package requirement in Composer

Manually

Add the following in your composer.json:

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

Using the command line

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

Step 2: Register the bundle in the kernel

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Helthe\Bundle\MandrillBundle\HeltheMandrillBundle(),
    );
}

Bugs

For bugs or feature requests, please create an issue.