PHPackages                             innoweb/silverstripe-mailchimp-signup - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. innoweb/silverstripe-mailchimp-signup

ActiveSilverstripe-vendormodule[Mail &amp; Notifications](/categories/mail)

innoweb/silverstripe-mailchimp-signup
=====================================

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

5.2.1(1y ago)48.0k6BSD-3-ClausePHP

Since Mar 24Pushed 1y ago2 watchersCompare

[ Source](https://github.com/xini/silverstripe-mailchimp-signup)[ Packagist](https://packagist.org/packages/innoweb/silverstripe-mailchimp-signup)[ RSS](/packages/innoweb-silverstripe-mailchimp-signup/feed)WikiDiscussions master Synced 1mo ago

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

SilverStripe MailChimp Signup Page
==================================

[](#silverstripe-mailchimp-signup-page)

[![Version](https://camo.githubusercontent.com/a8729a8fb17e98d8c8b63c688600e679576883c4b5efdda732f291647c84c39d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e6e6f7765622f73696c7665727374726970652d6d61696c6368696d702d7369676e75702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/innoweb/silverstripe-mailchimp-signup)[![License](https://camo.githubusercontent.com/3f44d5c8ea4b60a827fb3b1e554e124782f73c1c2c76060e6d38e3ac3c701ef7/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e6e6f7765622f73696c7665727374726970652d6d61696c6368696d702d7369676e75702e7376673f7374796c653d666c61742d737175617265)](license.md)

Overview
--------

[](#overview)

Adds page type for a MailChimp signup form. Form fields are read automatically from the MailChimp list.

The submissions need to be confirmed by the user, they receives a confirmation email from MailChimp.

Requirements
------------

[](#requirements)

- SilverStripe CMS 5
- [symbiote/silverstripe-multivaluefield ^6](https://packagist.org/packages/symbiote/silverstripe-multivaluefield)
- [drewm/mailchimp-api ~2.0](https://packagist.org/packages/drewm/mailchimp-api)

Note: this version is compatible with SilverStripe 5. For SilverStripe 4, please see the [4 release line](https://github.com/xini/silverstripe-mailchimp-signup/tree/4). For SilverStripe 3, please see the [3.x release line](https://github.com/xini/silverstripe-mailchimp-signup/tree/3.0).

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

[](#installation)

Install the module using composer:

```
composer require innoweb/silverstripe-mailchimp-signup dev-master

```

Then run dev/build.

Configuration
-------------

[](#configuration)

To disable SSL verfication (e.g. for your local dev environment) you can add the following to your `_config.php` file:

```
Config::inst()->update('DrewM\MailChimp\MailChimp', 'verify_ssl', false);

```

### MailChimpSignupPage

[](#mailchimpsignuppage)

The page type has a 'MailChimp' tab where the MailChimp API Key and the AudienceID can be configured.

Once the page is saved it will automatically read the fields from the MailChimp list and display a generated signup form based on these fields.

You can block the loading of jQuery and jQuery validate by using the following config option:

```
Innoweb\MailChimpSignup\Pages\SignupPageController:
  block_default_jquery_and_validate: true

```

You can block the loading of the form validation script by using the following config option:

```
Innoweb\MailChimpSignup\Pages\SignupPageController:
  block_form_validation: true

```

If you keep this enabled, you need to have jQuery/validate enabled as well or load these libraries by other means before this form validation script.

The forms fields loaded from MailChimp are cached for 5 minutes by default. You can change the cache time in the config:

```
Innoweb\MailChimpSignup\MailchimpDataLoader:
  field_cache_seconds: 300

```

Whenever the signup page is published, the cache is deleted.

### MailChimpCampaignListPage

[](#mailchimpcampaignlistpage)

The page type has a 'MailChimp' tab where the MailChimp API Key, as well as the campaign filters and limitscan be configured.

The following configuration options are available:

```
Innoweb\MailChimpSignup\Pages\CampaignListPage:
  auto_update: true
  update_interval: 3600

```

If `auto_update` is enabled, the campaigns are read from MailChimp when the page is displayed, using the `update_interval` (seconds) as a limit. The campaigns are always updated when the page is saved.

License
-------

[](#license)

BSD 3-Clause License, see [License](license.md)

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 85.9% 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 ~45 days

Recently: every ~57 days

Total

69

Last Release

588d ago

Major Versions

3.2.1 → 4.3.12019-08-16

3.0.x-dev → 4.6.02020-04-15

4.7.10 → 5.0.02023-03-16

4.8.0 → 5.1.02023-03-16

4.x-dev → 5.2.02024-06-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d2e71d7787401a7bd4916062346163897f89f455d650ab32b5d60cd14825ad3?d=identicon)[xini](/maintainers/xini)

---

Top Contributors

[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (85 commits)")[![dizzystuff](https://avatars.githubusercontent.com/u/576903?v=4)](https://github.com/dizzystuff "dizzystuff (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![michalkleiner](https://avatars.githubusercontent.com/u/233342?v=4)](https://github.com/michalkleiner "michalkleiner (2 commits)")

---

Tags

silverstripemailchimpnewslettersignup

### Embed Badge

![Health badge](/badges/innoweb-silverstripe-mailchimp-signup/health.svg)

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

###  Alternatives

[spatie/laravel-newsletter

Manage Mailcoach and MailChimp newsletters in Laravel

1.6k6.3M26](/packages/spatie-laravel-newsletter)[sup7even/mailchimp

Simple MailChimp integration to let users register to a specific list

1531.9k](/packages/sup7even-mailchimp)[camfindlay/apes

The Automated Provision of Email Services (APES) module will allow you to set up an automated sync mechanism between the SilverStripe Member DataObject and MailChimp.

122.6k](/packages/camfindlay-apes)

PHPackages © 2026

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