The Home for Magento 2 Excellence

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

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.3

Captcha.eu for Magento 2

captcha-eu/magento

Integrates the Captcha.eu service into Magento using a REST and public key pair to protect store forms with privacy-focused CAPTCHA challenges.

1,104
Downloads
Below average
0
GitHub Stars
1mo ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.9

Recent Test History

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

v1.0.3 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Captcha.eu for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Captcha.eu

Magento 2 Install

# install composer package
composer require captcha-eu/magento;

# enable module
php bin/magento module:enable CaptchaEU_Captcha;

# upgrade setup
php bin/magento setup:upgrade;

Obtain REST-Key & Public-Key

  • Go to www.captcha.eu/login and signup
  • After signup go to domains and add a new domain.
  • When done, you'll get the Rest-Key and Public Key

Head back to your Adobe Commerce / Magento 2 admin interface and enter both keys under STORES -> Configuration -> Captcha.eu

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.