PHPackages                             canopytax/laramandrill - 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. canopytax/laramandrill

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

canopytax/laramandrill
======================

Mandrill API for Laravel

2.1.1(9y ago)21802[1 issues](https://github.com/CanopyTax/laramandrill/issues)PHPPHP &gt;=5.5.0

Since Oct 23Pushed 9y ago30 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

laramandrill
============

[](#laramandrill)

Laravel Mandrill plugin!

Version 1.x - For Laravel 4.x

Version 2.x - For Laravel 5.x

This plugin for laravel is based heavily on the plugin by [MichMich](https://github.com/MichMich/laravel-mandrill) but made for composer and some other goodies.

This package is a simple wrapper for working w/ the [Mandrill API](http://mandrillapp.com/api/docs/).

Install
-------

[](#install)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `CanopyTax/laramandrill`.

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

```

Next, update Composer from the Terminal:

```
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.

```
'CanopyTax\Laramandrill\LaramandrillServiceProvider'

```

Add this line to `aliases` array in your `config/app.php`

```
'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

Usage
-----

[](#usage)

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

```
$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')),
	),
));
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 67.9% of commits — single point of failure

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 ~54 days

Recently: every ~75 days

Total

12

Last Release

3625d ago

Major Versions

1.1.0 → 4.2.x-dev2015-02-05

1.2.3 → 2.0.02015-10-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/28348e4183f09f40c7d40f3ff7ac840b9e0d428f0c4675ae7172ce83cf56c69b?d=identicon)[alairock](/maintainers/alairock)

![](https://www.gravatar.com/avatar/69fdaa3f4f939948fb696dd2c623d48efbeea2ebbeee2b740de4fd4b1f302d80?d=identicon)[kweejee](/maintainers/kweejee)

---

Top Contributors

[![alairock](https://avatars.githubusercontent.com/u/1480236?v=4)](https://github.com/alairock "alairock (19 commits)")[![wemersonjanuario](https://avatars.githubusercontent.com/u/38724?v=4)](https://github.com/wemersonjanuario "wemersonjanuario (9 commits)")

### Embed Badge

![Health badge](/badges/canopytax-laramandrill/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

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

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[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)

PHPackages © 2026

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