private-captcha / magento2
Private Captcha integration for Magento 2.
Package info
github.com/PrivateCaptcha/private-captcha-magento2
Type:magento2-module
pkg:composer/private-captcha/magento2
v1.0.2
2026-08-20 06:36 UTC
Requires
- php: >=8.1 <8.6
- magento/framework: >=103.0.6 <103.0.10
- magento/module-authorization: ^100.4
- magento/module-backend: ^102.0
- magento/module-captcha: ^100.4
- magento/module-catalog: ^104.0
- magento/module-checkout: ^100.4
- magento/module-config: ^101.2
- magento/module-contact: ^100.4
- magento/module-csp: ^100.4
- magento/module-customer: ^103.0
- magento/module-review: ^100.4
- magento/module-sales: ^103.0
- magento/module-send-friend: ^100.4
- magento/module-store: ^101.1
- magento/module-ui: ^101.2
- magento/module-widget: ^101.2
- magento/module-wishlist: ^101.2
- private-captcha/private-captcha-php: ^0.0.12
README
Features
- Form Protection: Most standard StoreFront forms (see below)
- Flexible Configuration: Theme, language, start mode, and custom styling options per Website and Store
- EU Compliance: Support for EU-only endpoints and custom domains
Installation
Check detailed step-by-step setup instructions here.
- Install the published package in a Magento project:
composer require private-captcha/magento2 bin/magento module:enable PrivateCaptcha_PrivateCaptcha bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy -f en_US bin/magento cache:flush
- Go to Stores → Configuration → Security → Private Captcha
- Add your API Key and Site Key from Private Captcha Portal
- Enable desired form integrations
Supported Forms
- Customer Login
- Registration
- Forgot Password
- Contact
- Product Review
- Send to Friend
- Wishlist Share
- Orders & Returns
Requirements
- Magento Open Source or Adobe Commerce 2.4.6 (PHP 8.1/8.2), 2.4.7 (PHP 8.2/8.3), 2.4.8 (PHP 8.3/8.4), or 2.4.9 (PHP 8.5)
- Private Captcha account
License
MIT License