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 2w ago

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 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

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

2778d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12447933?v=4)[Homicity](/maintainers/homicity)[@Homicity](https://github.com/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.7M4](/packages/spatie-laravel-failed-job-monitor)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135212.4k7](/packages/statamic-rad-pack-runway)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21313.7k3](/packages/ecotone-laravel)

PHPackages © 2026

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