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

ActiveSilverstripe-vendormodule[API Development](/categories/api)

iqnection-modules/mailchimp
===========================

SilverStripe Mailchimp Integration

1.0.0(7y ago)0861[1 PRs](https://github.com/iqnection-programming/iqnection-silverstripe-modules-mailchimp/pulls)BSD-3-ClausePHP

Since Nov 5Pushed 7y ago6 watchersCompare

[ Source](https://github.com/iqnection-programming/iqnection-silverstripe-modules-mailchimp)[ Packagist](https://packagist.org/packages/iqnection-modules/mailchimp)[ RSS](/packages/iqnection-modules-mailchimp/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Mailchimp Module for SilverStripe 4
===================================

[](#mailchimp-module-for-silverstripe-4)

Provides functionality to add contacts to Mailchimp Directly integrates with IQnection's Base Pages module

Setup:
------

[](#setup)

Log in to MailChimp as the client:

Create a Mailchimp API key. At the time this was written, this was located under Account &gt; Extras &gt; API Keys.

If using the IQnection BasePages module, a field will automatically be added to the form controls tab in the CMS to select which list submissions should be added to.

### To add contacts using your own controller:

[](#to-add-contacts-using-your-own-controller)

Create an extension for your page, and add the following function to the Controller Extension:

class FormSubmission extends DataObject { public function onBeforeWrite() { parent::onBeforeWrite(); if (!$this-&gt;ID) { $mc = new Mailchimp(SiteConfig::current\_site\_config()-&gt;MailchimpApiKey); $result = $mc-&gt;addContact($this-&gt;Email, 'my\_mailchimp\_list\_id', $this-&gt;FirstName, $this-&gt;LastName); } return $this; } }

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~576 days

Total

3

Last Release

2737d ago

Major Versions

0.0.2 → 1.0.02019-01-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8713560?v=4)[Mike Eckert](/maintainers/iqmeckert)[@iqmeckert](https://github.com/iqmeckert)

---

Top Contributors

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

---

Tags

modulesiqnectionmailchimp

### Embed Badge

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

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

###  Alternatives

[pacely/mailchimp-apiv3

Simple API wrapper for Mailchimp API V3

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

MailChimp API V3 Symfony Bundle

44363.4k1](/packages/welp-mailchimp-bundle)[oxid-esales/graphql-base

OXID eSales GraphQL base module

24107.6k16](/packages/oxid-esales-graphql-base)[vatps/mailchimp-rest-api

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

2878.8k](/packages/vatps-mailchimp-rest-api)[oxid-esales/graphql-storefront

OXID eSales GraphQL storefront module

2055.3k1](/packages/oxid-esales-graphql-storefront)[oxid-esales/graphql-configuration-access

OXID eSales GraphQL configuration access module

141.4k3](/packages/oxid-esales-graphql-configuration-access)

PHPackages © 2026

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