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

ActiveLibrary[API Development](/categories/api)

truecastdesign/mailchimp
========================

This library provides a simple MailChimp API v3 to signup people to a mailing list.

v1.0.1(5y ago)05MITPHPPHP &gt;=7.1.0

Since Jul 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/truecastdesign/mailchimp)[ Packagist](https://packagist.org/packages/truecastdesign/mailchimp)[ RSS](/packages/truecastdesign-mailchimp/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (3)Used By (0)

MailChimp API v3 for signing people up to a mailing list
========================================================

[](#mailchimp-api-v3-for-signing-people-up-to-a-mailing-list)

Version: v1.0.1

This library provides a simple MailChimp API v3 to signup people to a mailing list.

Install
-------

[](#install)

To install with composer:

```
composer require truecastdesign/mailchimp
```

Requires PHP 7.1 or newer.

Usage
-----

[](#usage)

Here's a basic usage example:

Get your API key and list id from MailChimp

Status options are 'pending',

```
# composer autoloader
require '/path/to/vendor/autoload.php';

$MailChimp = new \Truecast\MailChimp('kl32j4kl23jklj4l23j4kl23j34-us14');

$member = ['first_name'=>'John', 'last_name'=>'Doe', 'email'=>'johndoe@gmail.com'];

try {
	$MailChimp->add($member, 'listid123456', 'pending'); # member array, list id, status
	# success
	# display a notice or take them somewhere
} catch (\Exception $ex) {
	# failed
	trigger_error("We were not able to add you to our list. Error: ".$ex->getMessage(), 256);
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

2

Last Release

2132d ago

### Community

Maintainers

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

---

Top Contributors

[![truecastdesign](https://avatars.githubusercontent.com/u/18723650?v=4)](https://github.com/truecastdesign "truecastdesign (16 commits)")

---

Tags

apilistmailchimpmailing

### Embed Badge

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

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

###  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)
