Mautic extension for TYPO3 CMS

Welcome to the official TYPO3 extension for Mautic!

Version: 1.5.1

State: Beta.
Dependencies

  • PHP 7.0^
<li>TYPO3 8.7^</li>

<li>Mautic API Library 2.6^</li>

<li>Escopecz\MauticFormSubmit 1.1</li>

Features

  • Create forms in TYPO3 and automatically sync them with your Mautic installation (supports create, duplicate, edit and delete)
<li>Send form data directly to Mautic</li>

<li>Create a contact in Mautic from data collected in TYPO3 forms</li>

<li>Integration of the Mautic tracking script</li>

<li>Load dynamic content into your TYPO3 content</li>

Don’t forget to head into the extension configuration to set up TYPO3 with the details of your Mautic installation.

Tracking is also disabled by default. Head to the extension configuration to turn it on.

Installation (via Composer) (recommended)
composer require mautic/mautic-typo3

How to contribute

<li>Create a new branch with your feature or fix</li>

<li>Make sure to run php-cs-fixer over your code</li>

<li>Push changes to your branch</li>

<li>Create a pull request to this repository</li>

<li>Note that the travis build should succeed before requests are approved</li>