PHPackages                             brabia/mailchimp-api - 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. brabia/mailchimp-api

ActiveLibrary[API Development](/categories/api)

brabia/mailchimp-api
====================

MailChimp API 3.0

0.0.1(9y ago)019PHP

Since Apr 1Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

MailChimp API
=============

[](#mailchimp-api)

Super easy PHP based MailChimp 3.0 API.

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

[](#installation)

Using Composer:

```
composer require brabia/mailchimp-api
composer install

```

You will then need to:

- add the autoloader to your application.

Or just download the `MailChimp.php` file and include it to your project:

```
require('MailChimp.php');
```

Examples
--------

[](#examples)

```
$mailChimp = new MailChimp(array(
	'apiKey' => 'apiKey'
));

```

Get user details:

```
$mailChimp->getUserDetails(array(
	'user' => 'user@gmail.com', // user email
	'listId' => 'listId' // Your MailChimp listId
));

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3330d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/865f1b66635b575534f36e7da50dc5bc7ab54538eb048e94fa0a45ee6734e287?d=identicon)[brabia](/maintainers/brabia)

---

Top Contributors

[![brabia](https://avatars.githubusercontent.com/u/4750488?v=4)](https://github.com/brabia "brabia (19 commits)")

---

Tags

apimailchimp

### Embed Badge

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

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

###  Alternatives

[pacely/mailchimp-apiv3

Simple API wrapper for Mailchimp API V3

95654.6k2](/packages/pacely-mailchimp-apiv3)[welp/mailchimp-bundle

MailChimp API V3 Symfony Bundle

45360.3k1](/packages/welp-mailchimp-bundle)[vatps/mailchimp-rest-api

Very Easy to use MailChimp REST Enabled API 3.0 Wrapper Class.

2877.3k](/packages/vatps-mailchimp-rest-api)

PHPackages © 2026

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