Private Captcha integration for Magento 2.

Maintainers

Package info

github.com/PrivateCaptcha/private-captcha-magento2

Type:magento2-module

pkg:composer/private-captcha/magento2

Transparency log

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

v1.0.2 2026-08-20 06:36 UTC

This package is auto-updated.

Last update: 2026-08-20 09:35:31 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

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