PHPackages                             sairiz/mandrill - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. sairiz/mandrill

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sairiz/mandrill
===============

Mandrill Official API Wrapper for Laravel 4

1.0.4(11y ago)1246.3k↓33.3%4[1 issues](https://github.com/sairiz/mandrill/issues)MITPHPPHP &gt;=5.3.0

Since Feb 14Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sairiz/mandrill)[ Packagist](https://packagist.org/packages/sairiz/mandrill)[ RSS](/packages/sairiz-mandrill/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

Mandrill Official API Wrapper for Laravel 4
===========================================

[](#mandrill-official-api-wrapper-for-laravel-4)

[![Latest Stable Version](https://camo.githubusercontent.com/b3386b1653a4208c301c7461d7ea64424f50804726cba0f87553f81bc96d1ec6/68747470733a2f2f706f7365722e707567782e6f72672f73616972697a2f6d616e6472696c6c2f762f737461626c652e706e67)](https://packagist.org/packages/sairiz/mandrill) [![Total Downloads](https://camo.githubusercontent.com/9c3fd432e5c03df11b505423a421b0f79c9c11a33c2dbe029490815c125d4385/68747470733a2f2f706f7365722e707567782e6f72672f73616972697a2f6d616e6472696c6c2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/sairiz/mandrill) [![License](https://camo.githubusercontent.com/07e5b5e50ea6efeba86415699185455333478051342017a7f98a8e36cac90ce1/68747470733a2f2f706f7365722e707567782e6f72672f73616972697a2f6d616e6472696c6c2f6c6963656e73652e706e67)](https://packagist.org/packages/sairiz/mandrill)

Installation :
==============

[](#installation-)

1. Install the [package](https://packagist.org/packages/sairiz/mandrill) via composer
2. Add the following entry to the array of service providers found in app/config/app.php : `'Sairiz\Mandrill\MandrillServiceProvider',`
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. Setup your api key at app/config/packages/sairiz/mandrill/config.php

Usage
=====

[](#usage)

Call any method using Facade alias (Email)

Example :

```
$message = array(
    'subject' => 'Your subject here',
    'html' => 'Your email body',
    '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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~43 days

Total

5

Last Release

4303d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/726da4efcb731bc0ebcdd0b7ce64759e1f8dd63f6f771eab335458f6a2f2d3af?d=identicon)[sairiz](/maintainers/sairiz)

---

Tags

laravelmandrill

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sairiz-mandrill/health.svg)

```
[![Health](https://phpackages.com/badges/sairiz-mandrill/health.svg)](https://phpackages.com/packages/sairiz-mandrill)
```

###  Alternatives

[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
