PHPackages                             statikbe/craft-campaign-monitor - 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. statikbe/craft-campaign-monitor

ActiveCraft-plugin[Mail &amp; Notifications](/categories/mail)

statikbe/craft-campaign-monitor
===============================

Add subscribers to a Campaign Monitor list

5.0.1(1y ago)01.4kMITPHP

Since Nov 14Pushed 1y ago3 watchersCompare

[ Source](https://github.com/statikbe/craft-campaign-monitor)[ Packagist](https://packagist.org/packages/statikbe/craft-campaign-monitor)[ RSS](/packages/statikbe-craft-campaign-monitor/feed)WikiDiscussions develop Synced 1mo ago

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

Campaign Monitor plugin for Craft CMS 4.x
=========================================

[](#campaign-monitor-plugin-for-craft-cms-4x)

[Campaign Monitor](https://www.campaignmonitor.com/) integration for Craft CMS. Subscribe to a mailing list through a form.

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

[](#requirements)

This plugin requires Craft CMS 4.0.0 or later.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
   cd /path/to/project

```

2. Then tell Composer to load the plugin:

```
    composer require statikbe/craft-campaign-monitor

```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Campaign Monitor.

Usage
-----

[](#usage)

To use:

After installing and enabling the plugin, you'll need to enter your **API Key** and **Client ID** from your Campaign Monitor account under *Settings &gt; Campaign Monitor*.

By default, a contact in Campaign Monitor has the following fields:

- Email (required)
- Name

### Basic Subscribe Form

[](#basic-subscribe-form)

You can implement a subscribe form in your templates using the following code. Note that **Resubscribe** will be set to **true**.

```

    {{ csrfInput() }}
    {{ actionInput('campaign-monitor/subscribe') }}
    {{ redirectInput('foo/bar') }}
    {{ hiddenInput('listId', 'ListID'|hash) }}

    {{ craft.app.session.getFlash('error') }}

    E-mail

    {# Use firstname + lastname fields, or fullname (optional) #}
    First Name

    Last Name

    {# Full Name
       #}

    Subscribe

```

### Subscribe form with custom fields

[](#subscribe-form-with-custom-fields)

Campaign Monitor custom fields can be added in the `fields` namespace. For example `fields[city]`, where "city" is the handle of the custom field in Campaign Monitor.

```

    {{ csrfInput() }}
    {{ actionInput('campaign-monitor/subscribe') }}
    {{ redirectInput('foo/bar') }}
    {{ hiddenInput('listId', 'ListID'|hash) }}

    {{ craft.app.session.getFlash('error') }}

    E-mail

    Custom Text Field

    Custom Number Field

    Custom Date Field

    Subscribe

```

Credits
-------

[](#credits)

Heavily inspired by [clearbold/craft-campaignmonitor-service](https://github.com/clearbold/craft-campaignmonitor-service) and [clearbold/craft-campaignmonitor-lists](https://github.com/clearbold/craft-campaignmonitor-lists).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 79.2% 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 ~72 days

Recently: every ~26 days

Total

10

Last Release

623d ago

Major Versions

1.0.4 → 5.0.02024-05-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/1250437446b84017407f7f1900194b1e1c93fcf34b332ba382fb77f69b251cb6?d=identicon)[statikbe](/maintainers/statikbe)

---

Top Contributors

[![HannahDeWachter](https://avatars.githubusercontent.com/u/55497252?v=4)](https://github.com/HannahDeWachter "HannahDeWachter (19 commits)")[![Numkil](https://avatars.githubusercontent.com/u/5604686?v=4)](https://github.com/Numkil "Numkil (4 commits)")[![janhenckens](https://avatars.githubusercontent.com/u/755428?v=4)](https://github.com/janhenckens "janhenckens (1 commits)")

---

Tags

craftcmspluginemailcmscampaignmonitorCraftcraftcmscraft-pluginCampaign Monitor

### Embed Badge

![Health badge](/badges/statikbe-craft-campaign-monitor/health.svg)

```
[![Health](https://phpackages.com/badges/statikbe-craft-campaign-monitor/health.svg)](https://phpackages.com/packages/statikbe-craft-campaign-monitor)
```

###  Alternatives

[craftpulse/craft-notifications

Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.

551.2k](/packages/craftpulse-craft-notifications)

PHPackages © 2026

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