PHPackages                             aaronhipple/grav-plugin-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. aaronhipple/grav-plugin-mailchimp

ActiveGrav-plugin[Utility &amp; Helpers](/categories/utility)

aaronhipple/grav-plugin-mailchimp
=================================

Add MailChimp subscribe form action support

v0.2.1(5y ago)115686[6 issues](https://github.com/aaronhipple/grav-plugin-mailchimp/issues)MITPHPPHP &gt;=7.1.0

Since Oct 6Pushed 2y ago2 watchersCompare

[ Source](https://github.com/aaronhipple/grav-plugin-mailchimp)[ Packagist](https://packagist.org/packages/aaronhipple/grav-plugin-mailchimp)[ Docs](https://www.aaronhipple.com)[ RSS](/packages/aaronhipple-grav-plugin-mailchimp/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (8)Versions (11)Used By (0)

MailChimp Plugin
================

[](#mailchimp-plugin)

The **MailChimp** Plugin is for [Grav CMS](http://github.com/getgrav/grav). It creates a form action step permitting the signing up of members to a MailChimp email list.

***NOTE**: This plugin is unmaintained. Use at your own risk, forks welcome!*

Description
-----------

[](#description)

Adds MailChimp subscribe form action support.

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

[](#installation)

Downloads are available on the [Releases](../../releases) page. Once downloaded and extracted, copy the `mailchimp` directory to your Grav installation's `user/plugins` directory.

### Install from GPM

[](#install-from-gpm)

Installation is available through the GPM. Install it from your site's admin panel or from the terminal:

```
$ bin/gpm install mailchimp
```

### Install with Composer

[](#install-with-composer)

This plugin is available via Packagist.org.

```
# install without dev dependencies in a production-type environment.
composer require aaronhipple/grav-plugin-mailchimp --update-no-dev

# install with dev dependencies in a development- or CI-type environment.
composer require aaronhipple/grav-plugin-mailchimp
```

Usage
-----

[](#usage)

Configure the plugin with your MailChimp API key, either in `user/config/plugins/mailchimp.yaml` or using the admin plugin.

Set up the form like so in your form's frontmatter

```
form:
    name: subscribe
    fields:
        -
            name: email
            label: Email
            placeholder: 'Enter your email address'
            type: email
            validate:
                required: true
        -
            name: my_custom_field
            label: My Custom Field
            placeholder: 'A Custom Field'
            type: text
        -
            name: news_letter
            type: checkbox
            label: 'Yes I would like to receive updated news and information'
    buttons:
        -
            type: submit
            value: Submit
        -
            type: reset
            value: Reset
    process:
        - mailchimp:
            required_fields: [news_letter]
            lists: [1234567, abcdefg]
            field_mappings:
                mailchimpMergeField: my_custom_field
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance9

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.7% 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 ~173 days

Recently: every ~279 days

Total

9

Last Release

2170d ago

PHP version history (2 changes)v0.0.4PHP &gt;=5.4.0

v0.2.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/76fb1753e4e0dbabce528572721686e9c7991efc25e829fcd2bd7923aaa892be?d=identicon)[ahipple](/maintainers/ahipple)

---

Top Contributors

[![aaronhipple](https://avatars.githubusercontent.com/u/10441729?v=4)](https://github.com/aaronhipple "aaronhipple (51 commits)")[![benface](https://avatars.githubusercontent.com/u/1059139?v=4)](https://github.com/benface "benface (1 commits)")[![marshmn](https://avatars.githubusercontent.com/u/4307033?v=4)](https://github.com/marshmn "marshmn (1 commits)")[![martinwittmann](https://avatars.githubusercontent.com/u/827304?v=4)](https://github.com/martinwittmann "martinwittmann (1 commits)")[![owlas](https://avatars.githubusercontent.com/u/11660098?v=4)](https://github.com/owlas "owlas (1 commits)")

---

Tags

plugingravmailchimp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aaronhipple-grav-plugin-mailchimp/health.svg)

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

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[rainlab/mailchimp-plugin

Mailchimp plugin for October CMS

114.7k](/packages/rainlab-mailchimp-plugin)

PHPackages © 2026

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