2017 © Pedro Peláez
 

library mandrill

Mandrill Official API Wrapper for Laravel 4

image

sairiz/mandrill

Mandrill Official API Wrapper for Laravel 4

  • Thursday, August 7, 2014
  • by sairiz
  • Repository
  • 2 Watchers
  • 11 Stars
  • 35,849 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Mandrill Official API Wrapper for Laravel 4

Latest Stable Version Total Downloads License, (*1)

Installation :

  1. Install the package via composer, (*2)

  2. Add the following entry to the array of service providers found in app/config/app.php : 'Sairiz\Mandrill\MandrillServiceProvider',, (*3)

  3. Publish the config file to your app/config/ directory by running the following from command line in your project root : php artisan config:publish sairiz/mandrill, (*4)

  4. Setup your api key at app/config/packages/sairiz/mandrill/config.php, (*5)

Usage

Call any method using Facade alias (Email), (*6)

Example :, (*7)

$message = array(
    'subject' => 'Your subject here',
    'html' => '<html><body>Your email body</body></html>',
    'from_email' => 'yours@email.com',
    'to' => array(array('email'=>'clients@email.com'))
);

$response = Email::messages()->send($message);

The first method is the call category while the chain method is the method within that category

Refer to the official documentation for full method at https://mandrillapp.com/api/docs/index.php.html, (*8)

The Versions

07/08 2014

dev-master

9999999-dev

Mandrill Official API Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz

laravel mandrill

07/08 2014

1.0.4

1.0.4.0

Mandrill Official API Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz

laravel mandrill

08/06 2014

1.0.3

1.0.3.0

Mandrill Official API Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel mandrill

20/04 2014

1.0.2

1.0.2.0

Mandrill Official API Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel mandrill

24/02 2014

1.0.1

1.0.1.0

Mandrill Official API Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel mandrill

14/02 2014

1.0

1.0.0.0

Mandrill Official API Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel mandrill