PHPackages                             wpeereboom/php-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wpeereboom/php-mandrill

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wpeereboom/php-mandrill
=======================

Php library to parse webhooks from Mandrill

43501PHP

Since Dec 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/wpeereboom/PhpMandrill)[ Packagist](https://packagist.org/packages/wpeereboom/php-mandrill)[ RSS](/packages/wpeereboom-php-mandrill/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhpMandrill: a PHP library to handle webooks of Mandrill
========================================================

[](#phpmandrill-a-php-library-to-handle-webooks-of-mandrill)

Introduction
------------

[](#introduction)

This library can handle the webhooks send by [Mandrill](https://mandrill.com)

### Features

[](#features)

This library’s features include the following.

- Parse send events

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

[](#installation)

The recommended way to install this library is through [Composer](http://getcomposer.org):

```
$ php composer.phar require wpeereboom/php-mandrill dev-master
```

Usage
-----

[](#usage)

### The client

[](#the-client)

Use the client to get the call data. First construct a client and call the methods to receive the data:

```
$parser = new Parser($rawEventMessage);

// To get the event
$event = $parser->parse();
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/516326?v=4)[Winfred Peereboom](/maintainers/wpeereboom)[@wpeereboom](https://github.com/wpeereboom)

---

Top Contributors

[![wpeereboom](https://avatars.githubusercontent.com/u/516326?v=4)](https://github.com/wpeereboom "wpeereboom (6 commits)")

### Embed Badge

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

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

###  Alternatives

[xu42/open-sdk

有赞云服务端SDK

214.0k](/packages/xu42-open-sdk)

PHPackages © 2026

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