dev-master
9999999-dev https://helthe.coHelthe Mandrill bundle for Symfony 2
MIT
The Requires
by Carl Alexander
email mandrill mandrill api
Wallogit.com
2017 © Pedro Peláez
Helthe Mandrill bundle for Symfony 2
Helthe Mandrill Bundle integrates the Helthe Mandrill Component with your Symfony2 application., (*1)
Add the following in your composer.json:, (*2)
{
"require": {
// ...
"helthe/mandrill-bundle": "dev-master"
}
}
$ composer require 'helthe/mandrill-bundle=dev-master'
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Helthe\Bundle\MandrillBundle\HeltheMandrillBundle(),
);
}
For bugs or feature requests, please create an issue., (*3)
Helthe Mandrill bundle for Symfony 2
MIT
email mandrill mandrill api