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

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

homicity/laravel-mandrill
=========================

A laravel mail macro to use mandrill templates

101(7y ago)23.0k3[3 issues](https://github.com/Homicity/laravel-mandrill/issues)MITPHPPHP ^7.0

Since Nov 21Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Homicity/laravel-mandrill)[ Packagist](https://packagist.org/packages/homicity/laravel-mandrill)[ RSS](/packages/homicity-laravel-mandrill/feed)WikiDiscussions master Synced yesterday

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

### Installation

[](#installation)

```
composer require homicity/laravel-mandrill

```

Then publish the config file

```
php artisan vendor:publish --provider="Homicity\MandrillMailable\Providers\MandrillMailableServiceProvider" --tag="config"

```

### Config

[](#config)

Add into your .env file

```
MANDRILL_SECRET={your mandrill api key}
MANDRILL_FROM_EMAIL={your from email address}
MANDRILL_FROM_NAME={your from name}

```

### Usage

[](#usage)

```
Mail::mandrill()
    ->to('john@example.com')
    ->name('John Doe')
    ->templateName('template-name')
    ->fromEmail('no-reply@example.com')
    ->fromName('Example Website')
    ->subject('Hello Mandrill')
    ->send();

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

2729d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2014947e2d5b97af8db028c481e7b3eb0453eb5a501bc1dbf015acf69a58a355?d=identicon)[homicity](/maintainers/homicity)

---

Top Contributors

[![Lyonel-Homicity](https://avatars.githubusercontent.com/u/40401421?v=4)](https://github.com/Lyonel-Homicity "Lyonel-Homicity (6 commits)")[![mahmoud-birdsol](https://avatars.githubusercontent.com/u/16209999?v=4)](https://github.com/mahmoud-birdsol "mahmoud-birdsol (5 commits)")[![martinhoned](https://avatars.githubusercontent.com/u/36963173?v=4)](https://github.com/martinhoned "martinhoned (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[synergitech/laravel-postal

This library integrates Postal with the standard Laravel mail framework.

38107.1k](/packages/synergitech-laravel-postal)[motomedialab/smtp2go

Send emails via API using the first-class email courier SMTP2Go

1316.3k](/packages/motomedialab-smtp2go)

PHPackages © 2026

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