All Projects → KonstantinCodes → mautic-recaptcha

KonstantinCodes / mautic-recaptcha

Licence: GPL-3.0 license
This Plugin brings reCAPTCHA integration to mautic.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to mautic-recaptcha

Laravel Google Recaptcha V3
It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
Stars: ✭ 149 (+246.51%)
Mutual labels:  recaptcha
react-recaptcha-x
a React reCAPTCHA version 3 and version 2 (checkbox) component in one.
Stars: ✭ 21 (-51.16%)
Mutual labels:  recaptcha
gothic
🦇 Gothic is a user registration and authentication SWT/JWT microservice. It supports REST, gRPC, and gRPC Web API, reCAPTCHA & a variety of DBs with Gorm.
Stars: ✭ 65 (+51.16%)
Mutual labels:  recaptcha
Puppeteer Extra
💯 Teach puppeteer new tricks through plugins.
Stars: ✭ 3,397 (+7800%)
Mutual labels:  recaptcha
react-grecaptcha
React.js Google reCAPTCHA v2 integration component.
Stars: ✭ 52 (+20.93%)
Mutual labels:  recaptcha
recaptcha2
Easy verifier for google reCAPTCHA version 2 for Node.js and Express.js
Stars: ✭ 48 (+11.63%)
Mutual labels:  recaptcha
Recaptcha Module
🤖 Simple and easy Google reCAPTCHA integration with Nuxt.js
Stars: ✭ 143 (+232.56%)
Mutual labels:  recaptcha
grav-plugin-comments
Grav Comments Plugin
Stars: ✭ 52 (+20.93%)
Mutual labels:  recaptcha
PRRecaptchaBundle
Recaptcha v3 bundle for Symfony
Stars: ✭ 14 (-67.44%)
Mutual labels:  recaptcha
wp-recaptcha-integration
WordPress reCaptcha integration supporting Ninja Forms and Contact Form 7
Stars: ✭ 50 (+16.28%)
Mutual labels:  recaptcha
Recaptcha
[In]visible ReCaptcha v2 for iOS
Stars: ✭ 208 (+383.72%)
Mutual labels:  recaptcha
mautic-plugin-grapesbuilder
Grapesjs integration for Mautic
Stars: ✭ 23 (-46.51%)
Mutual labels:  mautic
django-rest-framework-recaptcha
reCAPTCHA field for Django REST framework serializers
Stars: ✭ 24 (-44.19%)
Mutual labels:  recaptcha
Captcha solver
Universal python API to captcha solving services
Stars: ✭ 152 (+253.49%)
Mutual labels:  recaptcha
mautic-zapier
Zapier JS app communicating with Mautic
Stars: ✭ 23 (-46.51%)
Mutual labels:  mautic
Recaptcha
ReCaptcha helpers for ruby apps
Stars: ✭ 1,819 (+4130.23%)
Mutual labels:  recaptcha
dcat-auth-captcha
Sliding captcha for dcat-admin auth / dcat-admin登陆 滑动验证插件 多平台支持
Stars: ✭ 38 (-11.63%)
Mutual labels:  recaptcha
Server-Captcha
Protect Your Server From Automated Bots With Captcha Now !
Stars: ✭ 18 (-58.14%)
Mutual labels:  recaptcha
CapMonsterCloud
a C# wrapper for CapMonster Cloud API
Stars: ✭ 17 (-60.47%)
Mutual labels:  recaptcha
simple-recaptcha-v3
🤖 This repository contains simple reCAPTCHA v3 integration for your Laravel application.
Stars: ✭ 25 (-41.86%)
Mutual labels:  recaptcha

Mautic reCAPTCHA Plugin

license Packagist mautic

This Plugin brings reCAPTCHA integration to mautic 3 and 4.

Installation via composer (preferred)

mautic 2 (legacy)

This only supports reCaptcha v2.

Execute composer require koco/mautic-recaptcha-bundle:1.* in the main directory of the mautic installation.

mautic 3 & 4

Supports reCaptcha v2 and v3.

Execute composer require koco/mautic-recaptcha-bundle:3.* in the main directory of the mautic installation.

Installation via .zip

Download the .zip file, extract it into the plugins/ directory and rename the new directory to MauticRecaptchaBundle.

Clear the cache via console command php app/console cache:clear --env=prod (might take a while) OR manually delete the app/cache/prod directory.

Configuration

Navigate to the Plugins page and click "Install/Upgrade Plugins". You should now see a "reCAPTCHA" plugin. Open it to configure site key and site secret.

plugin config

Usage in Mautic Form

Add "reCAPTCHA" field to the Form and save changes. mautic form

Score validation

Recaptcha 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

score validation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].