2017 © Pedro Peláez
 

library laramandrill

Mandrill API for Laravel

image

beanstalkhq/laramandrill

Mandrill API for Laravel

  • Tuesday, June 14, 2016
  • by alairock
  • Repository
  • 18 Watchers
  • 1 Stars
  • 1,526 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

laramandrill

Laravel Mandrill plugin!, (*1)

Version 1.x - For Laravel 4.x, (*2)

Version 2.x - For Laravel 5.x, (*3)

This plugin for laravel is based heavily on the plugin by MichMich but made for composer and some other goodies., (*4)

This package is a simple wrapper for working w/ the Mandrill API., (*5)

Install

Begin by installing this package through Composer. Edit your project's composer.json file to require CanopyTax/laramandrill., (*6)

"require": {
    "CanopyTax/laramandrill": "~2.0"
}

Next, update Composer from the Terminal:, (*7)

composer update

Once this operation completes, the final step is to add the service provider. Open config/app.php, and add a new item to the providers array., (*8)

'CanopyTax\Laramandrill\LaramandrillServiceProvider'

Add this line to aliases array in your config/app.php, (*9)

'Laramandrill' => 'CanopyTax\Laramandrill\Facades\Laramandrill'

Lastly you need to add your Mandrill API key. Generate the config file and edit it inside {root}/config/laramandrill.php, (*10)

Usage

Call the desired method and pass the params as a single array. Don't worry about passing the API key., (*11)

$response = Laramandrill::request('post', 'messages/send', array(
    'message' => array(
        'html' => 'Body of the message.',
        'subject' => 'Subject of the message.',
        'from_email' => 'monkey@somewhere.com',
        'to' => array(array('email'=>'foo@bar.com')),
    ),
));

The Versions

14/06 2016

dev-master

9999999-dev

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

06/06 2016

2.1.1

2.1.1.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

10/12 2015

2.1.0

2.1.0.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

28/10 2015

2.0.1

2.0.1.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

27/10 2015

2.0.0

2.0.0.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

11/08 2015

1.2.3

1.2.3.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

11/08 2015

1.2.2

1.2.2.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

11/08 2015

1.2.1

1.2.1.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

11/08 2015

1.2.0

1.2.0.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by CanopyTax

15/04 2015

1.1.1

1.1.1.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by Beanstalkhq

05/02 2015

4.2.x-dev

4.2.9999999.9999999-dev

Mandrill API for Laravel

  Sources   Download

The Requires

 

by Beanstalkhq

05/02 2015

1.1.0

1.1.0.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by Beanstalkhq

23/10 2014

1.0.0

1.0.0.0

Mandrill API for Laravel

  Sources   Download

The Requires

 

by Beanstalkhq