PHPackages                             regur/laravel-mandrill-driver - 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. regur/laravel-mandrill-driver

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

regur/laravel-mandrill-driver
=============================

Laravel Mandrill API based mail driver (Laravel 12 compatible).

v5.0(3mo ago)02MITPHPPHP ^8.5CI passing

Since Mar 18Pushed 3mo agoCompare

[ Source](https://github.com/ravimajithiya786/laravel-mandrill-driver)[ Packagist](https://packagist.org/packages/regur/laravel-mandrill-driver)[ RSS](/packages/regur-laravel-mandrill-driver/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (8)Versions (2)Used By (0)

[![Logo Laravel Mandrill Driver](/logo.svg "Laravel Mandrill Driver")](/logo.svg)

The missing Mandrill API based mail driver for Laravel

Note

This is a *community project* and **not** an official Laravel package

Versions
--------

[](#versions)

LaravelInstall12.x`^5.0`11.x`^4.0`10.x`^3.1`9.x`^3.0`8.x`^2.0`7.x`^1.2`6.x`^1.0`Installation Guide for Laravel 8, 9, 10, 11 &amp; 12
----------------------------------------------------

[](#installation-guide-for-laravel-8-9-10-11--12)

1. Install the Package via Composer

Run the following command in your terminal to install the package using Composer:

```
composer require regur/laravel-mandrill-driver
```

2. Configure Environment Variables

Update your `.env` file with the following environment variables:

```
MAIL_MAILER=mandrill
MANDRILL_SECRET=YourMandrillAPIKey
```

3. Update Service Configuration

Open your `config/services.php` file and add the Mandrill configuration to it:

```
'mandrill' => [
    'secret' => env('MANDRILL_SECRET'),
],
```

4. Configure Mail Driver

In your `config/mail.php` file, add the Mandrill mailer configuration to the "mailers" array:

```
'mailers' => [
    //...

    'mandrill' => [
        'transport' => 'mandrill',
    ],
],
```

Installation Guide for Laravel 6 &amp; 7
----------------------------------------

[](#installation-guide-for-laravel-6--7)

Follow these steps to configure the Mandrill mail driver for Laravel 6 and 7:

1. Configure Environment Variables

Update your `.env` file with the following environment variables:

```
MAIL_DRIVER=mandrill
MANDRILL_SECRET=YourMandrillAPIKey
```

2. Update Service Configuration

Open the `config/services.php` file and insert the Mandrill configuration:

```
'mandrill' => [
    'secret' => env('MANDRILL_SECRET'),
],
```

Credits
-------

[](#credits)

- [Jorge González](https://github.com/scrubmx)
- [Ravi Majithiya](https://github.com/ravimajithiya786)
- [Roberto Aguilar](https://github.com/roberto-aguilar)
- [All Contributors](../../contributors)

License
-------

[](#license)

This is an open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance81

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

101d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/196941135?v=4)[ravimajithiya786](/maintainers/ravimajithiya786)[@ravimajithiya786](https://github.com/ravimajithiya786)

---

Top Contributors

[![ravimajithiya786](https://avatars.githubusercontent.com/u/196941135?v=4)](https://github.com/ravimajithiya786 "ravimajithiya786 (6 commits)")

---

Tags

laravelmaildrivermailchimpmandrilltransactional email

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/regur-laravel-mandrill-driver/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

783.7M](/packages/therobfonz-laravel-mandrill-driver)[intonate/laravel-mandrill-driver

Laravel Mandrill API based mail driver.

171.2M](/packages/intonate-laravel-mandrill-driver)[eventhomes/laravel-mandrillhooks

A simple Mandrill webhook controller to help with events. Compatible with Laravel 5+ and Lumen 5+.

6375.5k](/packages/eventhomes-laravel-mandrillhooks)[salamwaddah/laravel-mandrill-driver

Mandrill notification channel for Laravel 9, 10, 11, 12, 13

1176.4k](/packages/salamwaddah-laravel-mandrill-driver)

PHPackages © 2026

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