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

Abandoned → [canopytax/laramandrill](/?search=canopytax%2Flaramandrill)Library

beanstalkhq/laramandrill
========================

Mandrill API for Laravel

2.1.1(9y ago)21.5k2[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/beanstalkhq/laramandrill)[ RSS](/packages/beanstalkhq-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

30

—

LowBetter than 64% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity19

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/beanstalkhq-laramandrill/health.svg)

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

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

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

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

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

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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