PHPackages                             doxxon/laravel-mandrill-request - 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. doxxon/laravel-mandrill-request

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

doxxon/laravel-mandrill-request
===============================

Mandrill transactional emails via Laravel 4

v1.0.1(12y ago)2016.6k4[1 issues](https://github.com/doxxon/Laravel-Mandrill-Request/issues)MITPHPPHP &gt;=5.3.0

Since Dec 27Pushed 10y ago2 watchersCompare

[ Source](https://github.com/doxxon/Laravel-Mandrill-Request)[ Packagist](https://packagist.org/packages/doxxon/laravel-mandrill-request)[ Docs](http://github.com/doxxon/Laravel-Mandrill-Request)[ RSS](/packages/doxxon-laravel-mandrill-request/feed)WikiDiscussions master Synced 3w ago

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

Laravel Mandrill Request
========================

[](#laravel-mandrill-request)

Send Mandrill transactional emails from the Laravel 4 framework. This package is a Laravel 4 wrapper around [MichMich's Laravel Mandrill Bundle](https://github.com/MichMich/laravel-mandrill).

Installation
------------

[](#installation)

1. Edit your project's `composer.json` file and add a requirement for `doxxon/laravel-mandrill-request`.

    ```
     "require": {
     	"doxxon/laravel-mandrill-request": "dev-master"
     }

    ```
2. Update composer from the command line:

    ```
     composer update

    ```
3. Open `app/config/app.php` and add the following line to the `providers` array:

    ```
     'Doxxon\LaravelMandrillRequest\LaravelMandrillRequestServiceProvider',

    ```
4. Add a facade alias to enable shorthand usage. Open `app/config/app.php` and add the following line to the `aliases` array:

    ```
     'Mandrill' => 'Doxxon\LaravelMandrillRequest\Facades\MandrillRequest',

    ```
5. Publish the config files. This will allow you to set your Mandrill API key:

    ```
     php artisan config:publish doxxon/laravel-mandrill-request

    ```
6. Set your Mandrill API key by editing `config/packages/doxxon/laravel-mandrill-request/config.php`:

```
return array(

	'api_key' => 'your api key here',

);
```

Get your API keys from the [Mandrill Dashboard](https://mandrillapp.com/settings/index)

Usage
-----

[](#usage)

```
$payload = array(
	'message' => array(
        'subject' => 'Transactional email via Mandrill',
        'html' => 'It works!',
        'from_email' => 'fromemail@example.com',
        'to' => array(array('email'=>'toemail@example.com'))
   	)
);

$response = Mandrill::request('messages/send', $payload);
```

[See the Mandril API Docs for more information](https://mandrillapp.com/api/docs/)

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

4567d ago

### Community

Maintainers

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

---

Top Contributors

[![doxxon](https://avatars.githubusercontent.com/u/1823718?v=4)](https://github.com/doxxon "doxxon (1 commits)")

---

Tags

laravelemailmandrill

### Embed Badge

![Health badge](/badges/doxxon-laravel-mandrill-request/health.svg)

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

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

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

A Laravel package for converting URLs in a given string of text into clickable links.

13135.2k](/packages/osiemsiedem-laravel-autolink)[notebrainslab/filament-email-templates

A powerful and flexible Email Template Management plugin for Filament v4 and v5.

121.1k](/packages/notebrainslab-filament-email-templates)

PHPackages © 2026

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