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

ActiveLibrary[API Development](/categories/api)

grork/mailchimp
===============

Easily manage Mailchimp API v3

2242PHP

Since Jul 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/DaniloPolani/MailChimp-API-v3)[ Packagist](https://packagist.org/packages/grork/mailchimp)[ RSS](/packages/grork-mailchimp/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

MailChimp API v3
================

[](#mailchimp-api-v3)

This class will help you to manage the MailChimp API v3.

It's not complete, but the most important methods are included.

---

### Getting started

[](#getting-started)

1. Install package with composer: `composer require grork/mailchimp=dev-master`. If you don't want to use composer, you can download the repository and extract it in your project folder.
2. Require the autoload with `require __DIR__ . '/vendor/autoload.php'` or with `require __DIR__ . '/src/Mailchimp.php` (or wherever you placed the folder)
3. Init the class with `$mailchimp = new Grork\Mailchimp( '' )`. You can obtain your API Key logging into MailChimp &gt; Account &gt; Extras &gt; API Keys &gt; Create A Key

It's better to init the class with the following code, catching the exceptions:

```
try {
	$mailchimp = new Grork\Mailchimp( '' );
} catch( Exception $e ) {
	die( 'Error: ' . $e->getMessage() );
}

```

---

### Documentation

[](#documentation)

For the documentation, you can check the [wiki](https://github.com/DaniloPolani/MailChimp-API-v3/wiki).

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/1811056?v=4)[Dominic Hopton](/maintainers/Grork)[@grork](https://github.com/grork)

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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