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.3k1MITPHPPHP &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 yesterday

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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

2437d 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

[symfony/http-kernel

Provides a structured process for converting a Request into a Response

8.1k869.4M8.5k](/packages/symfony-http-kernel)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k251.7M11.3k](/packages/symfony-framework-bundle)[sylius/sylius

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

8.5k5.9M723](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M380](/packages/easycorp-easyadmin-bundle)[symfony/security-bundle

Provides a tight integration of the Security component into the Symfony full-stack framework

2.5k185.6M2.3k](/packages/symfony-security-bundle)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)

PHPackages © 2026

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