aiviemarketing/mautic-recaptcha
Composer 安装命令:
composer require aiviemarketing/mautic-recaptcha
包简介
This plugin brings reCAPTCHA integration to Aivie and mautic.
README 文档
README
This Plugin brings reCAPTCHA integration to mautic 3 and 4.
Installation
mautic 3 & 4
Supports reCaptcha v3.
Add this code to the plugins/ directory of your mautic installation.
Execute composer require google/cloud-recaptcha-enterprise in the main directory of the mautic installation.
@todo needs to be moved to the plugins composer.json, when we support composer v2. So we can install the https://github.com/mautic/composer-plugin.
Configuration
Navigate to the Plugins page and click "Install/Upgrade Plugins". You should now see a "reCAPTCHA" plugin. Open it to enable it.
Set the following ENV variables on your server:
- GOOGLE_CLOUD_PROJECT
- GC_RECAPTCHA_SITE_KEY
- GOOGLE_APPLICATION_CREDENTIALS
The plugin relies on Google reCAPTCHA Enterprise. For it to work it needs Google Application Default Credentials.
Usage in a Mautic Form
Add "reCAPTCHA" field to the Form and save changes.

Score validation
reCAPTCHA v3 will rank traffic and interactions based on a score of 0.0 to 1.0, with a 1.0 being a good interaction and scores closer to 0.0 indicating a good likelihood that the traffic was generated by bots
Based on
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2024-11-08
