https://github.com/mosparo/mautic-plugin
The Mautic plugin adds the required functionality to use mosparo in your Mautic form.
https://github.com/mosparo/mautic-plugin
mautic mautic-plugin mosparo spam-detection
Last synced: 5 months ago
JSON representation
The Mautic plugin adds the required functionality to use mosparo in your Mautic form.
- Host: GitHub
- URL: https://github.com/mosparo/mautic-plugin
- Owner: mosparo
- License: mit
- Created: 2023-04-10T09:27:50.000Z (about 3 years ago)
- Default Branch: dev-mautic6
- Last Pushed: 2025-05-25T08:25:27.000Z (about 1 year ago)
- Last Synced: 2025-10-10T04:01:01.560Z (8 months ago)
- Topics: mautic, mautic-plugin, mosparo, spam-detection
- Language: PHP
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
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](https://mosparo.io/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](#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
1. Download the package from the releases page
2. Extract the package
3. Upload the directory `MosparoIntegrationBundle` into the `plugins` directory of your Mautic installation
4. Clear the cache by executing `php app/console cache:clear --env=prod` in the root of the Mautic installation **or** delete the directory `var/cache/prod`
5. Log into Mautic and go to the plugin management page
6. Click the button `Install/Upgrade Plugins` in the top right corner
7. Click on the `mosparo Integration` icon in the list of available plugins
8. Set the flag `Plugin must be enabled and authorized for this field to work` to `Yes`
9. Enter the mosparo connection details to your mosparo project below
10. Click `Save`
### With composer
1. Open a terminal and change into the root of the Mautic installation
2. Execute `composer require mosparo/mautic-integration-bundle:^1.0`
3. Clear the cache by executing `php app/console cache:clear --env=prod` in the root of the Mautic installation **or** delete the directory `var/cache/prod`
4. Log into Mautic and go to the plugin management page
5. Click the button `Install/Upgrade Plugins` in the top right corner
6. Click on the `mosparo Integration` icon in the list of available plugins
7. Set the flag `Plugin must be enabled and authorized for this field to work` to `Yes`
8. Enter the mosparo connection details to your mosparo project below
9. Click `Save`
## Usage
To use the mosparo integration, please do the following steps:
1. Edit your form
2. Choose the field type `mosparo` from the dropdown and configure the field according to your needs.
3. 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.
4. Save your form
### Important
**Please do not use other spam protection methods like captcha, honeypot, or other 3rd party services.**