Search by

Private Captcha integration for Magento 2.

Package info

github.com/PrivateCaptcha/private-captcha-magento2

Type:magento2-module

pkg:composer/private-captcha/magento2

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

v1.0.7 2026-08-31 06:16 UTC

README

CI

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
  • Localization: Supports English, German and Frech admin UI settings (captcha widget itself supports many more languages)

Installation

Check detailed step-by-step setup instructions here.

  1. 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
  2. Go to Stores → Configuration → Security → Private Captcha
  3. Add your API Key and Site Key from Private Captcha Portal
  4. 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