The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
626 Ready
464 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Lohoy reCAPTCHA Enterprise

lohoy/magento-recaptcha-enterprise

Extends Magento native reCAPTCHA to integrate Google reCAPTCHA Enterprise using the official Google Cloud PHP client, with admin configuration for the Cloud project ID and service-account credentials.

48
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
8 warnings
PHPStan Level 8

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Lohoy reCAPTCHA Enterprise Magento compatibility status badge

README

Loaded from GitHub

Lohoy ReCaptchaEnterprise

This module extends the Magento native ReCaptcha UI functionality to integrate Google ReCaptcha Enterprise instead of the default implementation. It leverages the official Google Cloud PHP Client for reCAPTCHA Enterprise under the hood.

Requirements

  • PHP >= 8.1
  • Magento ReCaptchaEnterprise module

Installation

  1. Add the module to your project via Composer:

    composer require lohoy/magento-recaptcha-enterprise
    
  2. Enable the module:

    bin/magento module:enable Lohoy_ReCaptchaEnterprise
    bin/magento setup:upgrade
    

Configuration

To configure the module from the Magento Admin:

  1. Navigate to Stores > Configuration > Security > Google reCAPTCHA Storefront.
  2. Expand the reCAPTCHA v3 Invisible section.
  3. Provide the credentials specific to your Google Cloud Enterprise project:
    • Google Cloud Project ID: Your Google Cloud project ID.
    • Google Credentials JSON File Path: Absolute path to the Service Account credentials JSON file (e.g., /var/www/html/magento/credentials.json). Leave empty to use the GOOGLE_APPLICATION_CREDENTIALS environment variable or Application Default Credentials.

Magento Admin Configuration Screenshot

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.