2017 © Pedro PelĂĄez
 

symfony-bundle mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

image

remiii/mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

  • Tuesday, May 19, 2015
  • by Remiii
  • Repository
  • 3 Watchers
  • 6 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

MandrillMailerBundle

The MandrillMailerBundle add support fot Mandrill API Swiftmailer., (*1)

                            _      _ _ _              _ _
      /\/\   __ _ _ __   __| |_ __(_) | | /\/\   __ _(_) | ___ _ __
     /    \ / _` | '_ \ / _` | '__| | | |/    \ / _` | | |/ _ \ '__|
    / /\/\ \ (_| | | | | (_| | |  | | | / /\/\ \ (_| | | |  __/ |
    \/    \/\__,_|_| |_|\__,_|_|  |_|_|_\/    \/\__,_|_|_|\___|_|

Features include: * ..., (*2)

Caution: This bundle is under development with no warranty., (*3)

Total Stars, (*4)

Build Status, (*5)

Coverage Status, (*6)

SensioLabsInsight, (*7)

Requirement

Mandrill API Key - https://mandrillapp.com/, (*8)

Installation

Step 1: Download MandrillMailerBundle using composer

Add MandrillMailerBundle by running the command:, (*9)

$ php composer.phar require remiii/mandrill-mailer-bundle

Composer will install the bundle to your project's vendor directory., (*10)

Step 2: Enable the bundle

Enable the bundle in the kernel:, (*11)

<?php

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new remiii\MandrillMailerBundle\remiiiMandrillMailerBundle(),
    );
}

Step 3: Config config.yml

// app/config/config.yml

#...

# MandrillMailer
remiii_mandrill_mailer:
    api_key: YOUR_MANDRILL_API_KEY
    async: false

Step 4: Config param.yml

// app/config/parameters.yml

parameters:
    #...
    mailer_transport: remiii_mandrill_mailer

Version

Latest Stable Version, (*12)

License

This bundle is under the MIT license. See the complete license in LICENSE.md, (*13)

License, (*14)

Authors

  • RĂ©mi Barbe (aka Remiii)

Bug report and Help

For bug reports open a Github ticket. Patches gratefully accepted. :-), (*15)

The Versions

19/05 2015

dev-master

9999999-dev https://github.com/remiii/remiii-mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

  Sources   Download

MIT

The Requires

 

The Development Requires

by RĂ©mi Barbe

api mail swiftmailer bundle symfony mailer mandill

09/03 2015

v0.0.4

0.0.4.0 https://github.com/remiii/remiii-mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

  Sources   Download

MIT

The Requires

 

The Development Requires

by RĂ©mi Barbe

api mail swiftmailer bundle symfony mailer mandill

08/03 2015

v0.0.3

0.0.3.0 https://github.com/remiii/remiii-mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

  Sources   Download

MIT

The Requires

 

The Development Requires

by RĂ©mi Barbe

api mail swiftmailer bundle symfony mailer mandill

20/02 2015

v0.0.2

0.0.2.0 https://github.com/remiii/remiii-mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

  Sources   Download

MIT

The Requires

 

The Development Requires

by RĂ©mi Barbe

api mail swiftmailer bundle symfony mailer mandill

19/02 2015

v0.0.1

0.0.1.0 https://github.com/remiii/remiii-mandrill-mailer-bundle

MandrillMailerBundle add support for Mandrill API on Swiftmailer

  Sources   Download

MIT

The Requires

 

by RĂ©mi Barbe

api mail swiftmailer bundle symfony mailer mandill