PHPackages                             robert-christopher/li3\_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. robert-christopher/li3\_mandrill

ActiveLithium-library[Mail &amp; Notifications](/categories/mail)

robert-christopher/li3\_mandrill
================================

Li3 wrapper for Mandrill

043PHP

Since Dec 17Pushed 10y agoCompare

[ Source](https://github.com/Robert-Christopher/li3_mandrill)[ Packagist](https://packagist.org/packages/robert-christopher/li3_mandrill)[ RSS](/packages/robert-christopher-li3-mandrill/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#li3\_mandrill

[Mandrill](https://mandrillapp.com/) Wrapper for LI3

\##Installation

Get the library code:

```
$ cd /path/to/app/libraries
$ git clone https://github.com/Knodes/li3_mandrill.git

```

Make sure it's added on `app/config/bootstrap/libraries.php` with the path included:

```
Libraries::add('li3_mandrill', array(
  'includePath' => true,
));

```

\##Configuration Make sure your environments have the Mandrill apikey setup as:

- mandrill.apikey

\##Usage li3\_mandrill supplies you with a static class (li3\_mandrill\\core\\Li3Mandrill) that's a basic wrapper to all methods the [Mandrill PHP Client](https://bitbucket.org/mailchimp/mandrill-api-php/) accepts.

On top of that it manages the instance of the Mandrill object automatically, so there's no need to create it manually.

\##Example

```
use li3_mandrill\core\Li3Mandrill;

...
//instead of Mandrill->messages->send->( $message, $async ... ) use:
$res = Li3Mandrill::messages( 'send', $message, $async ... );

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3964370?v=4)[Robert Christopher](/maintainers/Robert-Christopher)[@Robert-Christopher](https://github.com/Robert-Christopher)

---

Top Contributors

[![Robert-Christopher](https://avatars.githubusercontent.com/u/3964370?v=4)](https://github.com/Robert-Christopher "Robert-Christopher (6 commits)")[![omeryar](https://avatars.githubusercontent.com/u/189263?v=4)](https://github.com/omeryar "omeryar (3 commits)")

### Embed Badge

![Health badge](/badges/robert-christopher-li3-mandrill/health.svg)

```
[![Health](https://phpackages.com/badges/robert-christopher-li3-mandrill/health.svg)](https://phpackages.com/packages/robert-christopher-li3-mandrill)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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