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

ActiveLibrary

versionable/mandrill
====================

Library for interacting with the Mandrill API

462PHP

Since Nov 14Pushed 11y agoCompare

[ Source](https://github.com/versionable/Mandrill)[ Packagist](https://packagist.org/packages/versionable/mandrill)[ RSS](/packages/versionable-mandrill/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mandrill
========

[](#mandrill)

API for interacting with the API at .

Usage
-----

[](#usage)

Example to get information about the current authenticated user:

```
use Versionable\Mandrill\Client;
use Versionable\Mandrill\Manager\UserManager;

$client = new Client($apiKey);
$userManager = new UserManager($client);

$user = $userManager->info();

```

Dependancies
------------

[](#dependancies)

To use this library it is recommended that you install the dependancies.

This library uses [Composer](http://getcomposer.org/), to install the dependancies download composer following the instructions on  and then run the following:

```
php composer.phar install

```

Tests
-----

[](#tests)

You can run the unit tests with the following command:

```
phpunit

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.8% 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://www.gravatar.com/avatar/12cf0da4753a3df370dc9175bff5e188add5640cb1df8cca3b3e4c59af721fca?d=identicon)[haswalt](/maintainers/haswalt)

---

Top Contributors

[![haswalt](https://avatars.githubusercontent.com/u/338588?v=4)](https://github.com/haswalt "haswalt (30 commits)")[![jeremyFreeAgent](https://avatars.githubusercontent.com/u/176363?v=4)](https://github.com/jeremyFreeAgent "jeremyFreeAgent (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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