PHPackages                             adrianjean/craft-formie-mautic - 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. adrianjean/craft-formie-mautic

ActiveLibrary[API Development](/categories/api)

adrianjean/craft-formie-mautic
==============================

CraftCMS Formie integration for the Mautic email marketing platform.

v1.0.1(5mo ago)00CC BY-NC-SA 4.0PHPPHP &gt;=8.1

Since Dec 6Pushed 5mo agoCompare

[ Source](https://github.com/adrianjean/craft-formie-mautic)[ Packagist](https://packagist.org/packages/adrianjean/craft-formie-mautic)[ RSS](/packages/adrianjean-craft-formie-mautic/feed)WikiDiscussions main Synced 1mo ago

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

CraftCMS Formie Integration for Mautic
======================================

[](#craftcms-formie-integration-for-mautic)

A [CraftCMS](https://craftcms.com/) [Verbb Formie](https://verbb.io/craft-plugins/formie/features) integration module for the [Mautic](https://mautic.org/) email marketing Platform. Tested with **Mautic 6.x and 7.x**. It allows Formie form submissions to automatically create or update contacts in Mautic, map custom fields, apply tags/segments, and handle opt-in consent. PRs and suggestions are welcome!

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

[](#requirements)

SystemVersionCraftCMS5.xFormie3.xMautic6.x or 7.x APIPHP8.1+Mautic Setup
------------

[](#mautic-setup)

Ideally you have a Segment created with a Campaign that can ingest the contact and process it. If not, the contact will simply be added to Mautic.

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

[](#installation)

At this time the module is distributed via **GitHub only**, but can be installed with Composer using the repository URL.

**1. Install the module with composer**

```
composer require adrianjean/craft-formie-mautic
```

**2. Enable the Module in CraftCMS**

Add to `config/app.php`:

```
'modules' => [
    'formie-mautic' => [
        'class' => \modules\formiemautic\FormieMauticModule::class,
    ],
],
'bootstrap' => ['formie-mautic'],
```

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

[](#configuration)

1. Generate the private and public keys in Mautic: **Mautic → Settings → Configuration → API Credentials**
2. Configure Formie: **Formie → Settings → Integrations**, add a new **Mautic Integration**.
3. Add the required credentials:

- **Base URL** — this is the URL to your Mautic 6.x or 7.x install.
- **Public Key** — generated in step 1.
- **Private Key** — generated in step 1.

You can use environment variables in your CraftCMS `.env` file like the following, or use your own:

```
$MAUTIC_BASE_URL
$MAUTIC_PUBLIC_KEY
$MAUTIC_PRIVATE_KEY

```

Usage
-----

[](#usage)

1. Create a Formie form
2. Add your fields + optional opt-in consent
3. Go to **Form → Integrations**
4. Add the Mautic Integation you created
5. Click the refresh arrows, and then map your fields to Mautic fields
6. Choose a Mautic Segment to assign contacts to
7. Submit your form and verify contact creation/update in Mautic

Features
--------

[](#features)

- Map Formie fields to Mautic custom fields
- Opt-in / consent checkbox
- Automatically assign a Mautic segment to new contacts
- Works with Mautic 6.x and 7.x API - Might work with Mautic 5.x but untested.

Known Issues or Future Functionality
------------------------------------

[](#known-issues-or-future-functionality)

No issues or features at this time.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance72

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

157d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17c571470373f687ab16ac937f6607afeee41816aaa39b232b5af872733d9a84?d=identicon)[adrianjean](/maintainers/adrianjean)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/adrianjean-craft-formie-mautic/health.svg)

```
[![Health](https://phpackages.com/badges/adrianjean-craft-formie-mautic/health.svg)](https://phpackages.com/packages/adrianjean-craft-formie-mautic)
```

###  Alternatives

[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[craftcms/apple-news

Publish Craft CMS entries to Apple News

4223.5k](/packages/craftcms-apple-news)[craftpulse/craft-typesense

Craft Plugin that synchronises with Typesense

122.7k](/packages/craftpulse-craft-typesense)

PHPackages © 2026

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