{"id":36980965,"url":"https://github.com/mosparo/mautic-plugin","last_synced_at":"2026-01-13T22:50:45.174Z","repository":{"id":152592159,"uuid":"625868049","full_name":"mosparo/mautic-plugin","owner":"mosparo","description":"The Mautic plugin adds the required functionality to use mosparo in your Mautic form.","archived":false,"fork":false,"pushed_at":"2025-05-25T08:25:27.000Z","size":58,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"dev-mautic6","last_synced_at":"2025-10-10T04:01:01.560Z","etag":null,"topics":["mautic","mautic-plugin","mosparo","spam-detection"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosparo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-10T09:27:50.000Z","updated_at":"2025-01-02T10:40:14.000Z","dependencies_parsed_at":"2024-01-10T18:56:01.062Z","dependency_job_id":"72d53d91-76a8-4b7b-9d18-a4a237127fc5","html_url":"https://github.com/mosparo/mautic-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mosparo/mautic-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosparo%2Fmautic-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosparo%2Fmautic-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosparo%2Fmautic-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosparo%2Fmautic-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosparo","download_url":"https://codeload.github.com/mosparo/mautic-plugin/tar.gz/refs/heads/dev-mautic6","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosparo%2Fmautic-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mautic","mautic-plugin","mosparo","spam-detection"],"created_at":"2026-01-13T22:50:44.511Z","updated_at":"2026-01-13T22:50:45.166Z","avatar_url":"https://github.com/mosparo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u0026nbsp;\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/mosparo/mosparo/blob/master/assets/images/mosparo-logo.svg?raw=true\" alt=\"mosparo logo contains a bird with the name Mo and the mosparo text\"/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\n    Integration for Mautic\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    This Mautic plugin adds the functionality to use mosparo in your Mautic form.\n\u003c/p\u003e\n\n-----\n\n## Description\n\nThe Mautic plugin adds the functionality to protect your forms in Mautic with mosparo. mosparo can filter spam submissions before they get processed by Mautic.\n\n## How to use\n\nPlease see our [How to use](https://mosparo.io/how-to-use/) introduction on our website to learn how to use mosparo in your form.\n\nIn 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.\n\n## Requirements\n\nTo use the plugin, you must meet the following requirements:\n- A mosparo installation (v1.0 or newer)\n- A Mautic installation (v5.0 or newer)\n\n### Compatibility\n\n| mosparo Plugin version | Mautic version |\n|------------------------|----------------|\n| v1.x                   | v5.x           |\n| v2.x                   | v6.x           |\n\n## Installation\n\nTo use the plugin, please follow these installation instructions:\n\n### With the .zip package\n\n1. Download the package from the releases page\n2. Extract the package\n3. Upload the directory `MosparoIntegrationBundle` into the `plugins` directory of your Mautic installation\n4. 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`\n5. Log into Mautic and go to the plugin management page\n6. Click the button `Install/Upgrade Plugins` in the top right corner\n7. Click on the `mosparo Integration` icon in the list of available plugins\n8. Set the flag `Plugin must be enabled and authorized for this field to work` to `Yes`\n9. Enter the mosparo connection details to your mosparo project below\n10. Click `Save`\n\n### With composer\n\n1. Open a terminal and change into the root of the Mautic installation\n2. Execute `composer require mosparo/mautic-integration-bundle:^1.0`\n3. 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`\n4. Log into Mautic and go to the plugin management page\n5. Click the button `Install/Upgrade Plugins` in the top right corner\n6. Click on the `mosparo Integration` icon in the list of available plugins\n7. Set the flag `Plugin must be enabled and authorized for this field to work` to `Yes`\n8. Enter the mosparo connection details to your mosparo project below\n9. Click `Save`\n\n## Usage\n\nTo use the mosparo integration, please do the following steps:\n\n1. Edit your form\n2. Choose the field type `mosparo` from the dropdown and configure the field according to your needs.\n3. 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.\n4. Save your form\n\n### Important\n\n**Please do not use other spam protection methods like captcha, honeypot, or other 3rd party services.**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosparo%2Fmautic-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosparo%2Fmautic-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosparo%2Fmautic-plugin/lists"}