PHPackages                             mjp91/mailchimp-api-wrapper - 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. [API Development](/categories/api)
4. /
5. mjp91/mailchimp-api-wrapper

ActiveLibrary[API Development](/categories/api)

mjp91/mailchimp-api-wrapper
===========================

1.1.1(6y ago)03.3k↓100%1MITPHPPHP &gt;= 5.3.0CI failing

Since Dec 21Pushed 6y ago2 watchersCompare

[ Source](https://github.com/mjp91/mailchimp-api-wrapper)[ Packagist](https://packagist.org/packages/mjp91/mailchimp-api-wrapper)[ RSS](/packages/mjp91-mailchimp-api-wrapper/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

MailChimp API Wrapper
=====================

[](#mailchimp-api-wrapper)

Lightweight wrapper library for MailChimp API

Example Usage
-------------

[](#example-usage)

```
// construct the request handler, passing in data centre, username and API key
$requestHandler = new \MailChimp\RequestHandler("us14", "you@example.com", "abc123");

// construct the request class for the API call, passing in any required URL parameters
$subscriberGet = new ReadSubscribers("4494d94b5a");

// optionally add a request body (if required by the API)
$requestBody = array("..." => "...");
$subscriberGet->setRequestBody($requestBody);

// send the request, returns an associative array
try {
    $response = $requestHandler->handle($subscriberGet);
    // $response->getHTTPCode();
    // $response->getResponseBody();
} catch (RequestFailureException $ex) {
    // a HTTP code returned indicating failure will cause an exception
    $httpCode = $ex->getResponse()->getHttpCode();
    $response = $ex->getResponse()->getResponseBody();
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~260 days

Total

5

Last Release

2390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf2c95c022d3b8728138d897f7662782d9851d7799ba8eacf37f61bc948c6476?d=identicon)[mjp91](/maintainers/mjp91)

---

Top Contributors

[![mjp91](https://avatars.githubusercontent.com/u/5730167?v=4)](https://github.com/mjp91 "mjp91 (6 commits)")[![crispy-computing-machine](https://avatars.githubusercontent.com/u/5684066?v=4)](https://github.com/crispy-computing-machine "crispy-computing-machine (1 commits)")[![rwattogl](https://avatars.githubusercontent.com/u/34029572?v=4)](https://github.com/rwattogl "rwattogl (1 commits)")

---

Tags

mailchimpmailchimp-apimailchimp-api-wrapperphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mjp91-mailchimp-api-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/mjp91-mailchimp-api-wrapper/health.svg)](https://phpackages.com/packages/mjp91-mailchimp-api-wrapper)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[freshcells/soap-client-bundle

SoapClientBundle for symfony

35151.0k](/packages/freshcells-soap-client-bundle)[currency-cloud/client

A PHP library which implements the complete functionality of v2 of the The Currency Cloud API.

17327.2k](/packages/currency-cloud-client)[r4j4h/php-druid-query

Experimental PHP wrapper around querying druid

1313.5k1](/packages/r4j4h-php-druid-query)

PHPackages © 2026

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