mosparo / mautic-integration-bundle
This plugin adds the required form field to Mautic to protect your forms with mosparo.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 2
Type:mautic-plugin
pkg:composer/mosparo/mautic-integration-bundle
Requires
- mautic/core-lib: ^6.0
 - mosparo/php-api-client: ^1.1
 
Requires (Dev)
- phpunit/phpunit: ^9
 
This package is auto-updated.
Last update: 2025-10-25 09:24:45 UTC
README
Integration for Mautic
This Mautic plugin adds the functionality to use mosparo in your Mautic form.
Description
The Mautic plugin adds the functionality to protect your forms in Mautic with mosparo. mosparo can filter spam submissions before they get processed by Mautic.
How to use
Please see our How to use introduction on our website to learn how to use mosparo in your form.
In step 3 of the how-to-use explanation, you must integrate mosparo into your Mautic installation. Please follow the Installation part below for this process.
Requirements
To use the plugin, you must meet the following requirements:
- A mosparo installation (v1.0 or newer)
 - A Mautic installation (v5.0 or newer)
 
Compatibility
| mosparo Plugin version | Mautic version | 
|---|---|
| v1.x | v5.x | 
| v2.x | v6.x | 
Installation
To use the plugin, please follow these installation instructions:
With the .zip package
- Download the package from the releases page
 - Extract the package
 - Upload the directory 
MosparoIntegrationBundleinto thepluginsdirectory of your Mautic installation - Clear the cache by executing 
php app/console cache:clear --env=prodin the root of the Mautic installation or delete the directoryvar/cache/prod - Log into Mautic and go to the plugin management page
 - Click the button 
Install/Upgrade Pluginsin the top right corner - Click on the 
mosparo Integrationicon in the list of available plugins - Set the flag 
Plugin must be enabled and authorized for this field to worktoYes - Enter the mosparo connection details to your mosparo project below
 - Click 
Save 
With composer
- Open a terminal and change into the root of the Mautic installation
 - Execute 
composer require mosparo/mautic-integration-bundle:^1.0 - Clear the cache by executing 
php app/console cache:clear --env=prodin the root of the Mautic installation or delete the directoryvar/cache/prod - Log into Mautic and go to the plugin management page
 - Click the button 
Install/Upgrade Pluginsin the top right corner - Click on the 
mosparo Integrationicon in the list of available plugins - Set the flag 
Plugin must be enabled and authorized for this field to worktoYes - Enter the mosparo connection details to your mosparo project below
 - Click 
Save 
Usage
To use the mosparo integration, please do the following steps:
- Edit your form
 - Choose the field type 
mosparofrom the dropdown and configure the field according to your needs. - If you want to use a different connection for one of your forms, you can choose not to use the default connection when you edit the field. You will then see additional connection fields to set up the mosparo connection for this form.
 - Save your form
 
Important
Please do not use other spam protection methods like captcha, honeypot, or other 3rd party services.