PHPackages                             captchafox/magento - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. captchafox/magento

ActiveMagento2-module[Security](/categories/security)

captchafox/magento
==================

Protect your store from bots and spam with CaptchaFox

1.1.0(3w ago)20MITPHPPHP ^8

Since Jun 12Pushed 3w agoCompare

[ Source](https://github.com/CaptchaFox/magento-captchafox)[ Packagist](https://packagist.org/packages/captchafox/magento)[ RSS](/packages/captchafox-magento/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

CaptchaFox for Magento and Adobe Commerce
=========================================

[](#captchafox-for-magento-and-adobe-commerce)

[![Minimum PHP Version](https://camo.githubusercontent.com/ce4853f487ac82c0ad9f925ebf93810c21278dccb05579d177d9df4a154c9be8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d677265656e)](https://php.net/)[![Minimum Magento Version](https://camo.githubusercontent.com/4f1152f6fd3edddf6002af0689740bada090d1933458860034c72b8c32ba05a0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d253345253344253230322e342e342d677265656e)](https://business.adobe.com/products/magento/magento-commerce.html)

[CaptchaFox](https://captchafox.com) offers GDPR-compliant CAPTCHA protection for you Magento OpenSource or Adobe Commerce forms.

[![Admin Login](screenshot-admin.png)](screenshot-admin.png) [![Login](screenshot-login.png)](screenshot-login.png)

Supported Forms
---------------

[](#supported-forms)

### Frontend

[](#frontend)

- Contact
- Login
- Register
- Reset password
- Review
- Send product to friend
- Newsletter

### Admin

[](#admin)

- Login
- Reset password

Compatibility
-------------

[](#compatibility)

PackageVersionsMagento&gt;= 2.4.4PHP&gt;= 8.0Installation
------------

[](#installation)

### Install via composer (recommended)

[](#install-via-composer-recommended)

Run the following commands in the Magento 2 root folder:

```
composer require captchafox/magento
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

```

### Manual install

[](#manual-install)

Download and copy the files into `app/code/CaptchaFox/Core` and run the following commands:

```
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

```

Configuration
-------------

[](#configuration)

### Enable CaptchaFox

[](#enable-captchafox)

Navigate to *Stores &gt; Configuration &gt; Services &gt; CaptchaFox*

#### Settings

[](#settings)

- **Sitekey**: the sitekey given for the site in your CaptchaFox dashboard
- **Secret key**: the secret key given for the site in your CaptchaFox dashboard

#### Storefront

[](#storefront)

- **Enabled**: enable CaptchaFox
- **Theme**: the widget theme (light or dark)
- **Mode**: the widget mode (inline, popup)
- **Language**: the widget language (defaults to auto-detect)
- **Forms to validate**: the frontend forms where a CaptchaFox validation is required

#### Admin Panel

[](#admin-panel)

- **Enabled**: enable CaptchaFox
- **Theme**: the widget theme (light or dark)
- **Mode**: the widget mode (inline, popup)
- **Language**: the widget language (defaults to auto-detect)
- **Forms to validate**: the admin forms where a CaptchaFox validation is required

### Disable all Magento Captcha

[](#disable-all-magento-captcha)

*Stores &gt; Configuration &gt; Customers &gt; Customer Configuration &gt; CAPTCHA*

- **Enable CAPTCHA on Storefront**: no

*Stores &gt; Configuration &gt; Security &gt; Google reCAPTCHA Storefront &gt; Storefront*

- **Enable for Customer Login**: no
- **Enable for Forgot Password**: no
- **Enable for Create New Customer Account**: no
- **Enable for Contact Us**: no
- **Enable for Product Review**: no

*Stores &gt; Configuration &gt; Security &gt; Google reCAPTCHA Admin Panel &gt; Admin Panel*

- **Enable for Login**: no
- **Enable for Forgot Password**: no

### Override default **config**

[](#override-default-config)

You can specifically change theme and mode values for a form in the layout:

```

                    popup

                    dark

```

### Removing re-captcha

[](#removing-re-captcha)

To remove all native re-captcha modules, add all modules in the "replace" node of the `composer.json`.

```
{
  "replace": {
    "magento/module-re-captcha-admin-ui": "*",
    "magento/module-re-captcha-checkout": "*",
    "magento/module-re-captcha-checkout-sales-rule": "*",
    "magento/module-re-captcha-contact": "*",
    "magento/module-re-captcha-customer": "*",
    "magento/module-re-captcha-frontend-ui": "*",
    "magento/module-re-captcha-gift-card": "*",
    "magento/module-re-captcha-invitation": "*",
    "magento/module-re-captcha-migration": "*",
    "magento/module-re-captcha-multiple-wishlist": "*",
    "magento/module-re-captcha-newsletter": "*",
    "magento/module-re-captcha-paypal": "*",
    "magento/module-re-captcha-review": "*",
    "magento/module-re-captcha-send-friend": "*",
    "magento/module-re-captcha-store-pickup": "*",
    "magento/module-re-captcha-ui": "*",
    "magento/module-re-captcha-user": "*",
    "magento/module-re-captcha-validation": "*",
    "magento/module-re-captcha-validation-api": "*",
    "magento/module-re-captcha-version-2-checkbox": "*",
    "magento/module-re-captcha-version-2-invisible": "*",
    "magento/module-re-captcha-version-3-invisible": "*",
    "magento/module-re-captcha-webapi-api": "*",
    "magento/module-re-captcha-webapi-graph-ql": "*",
    "magento/module-re-captcha-webapi-rest": "*",
    "magento/module-re-captcha-webapi-ui": "*"
  }
}
```

Credits
-------

[](#credits)

Thanks to  for the base implementation.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance63

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

21d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b05e2639735a4e4068402539c4877aca986eadd198b7a2765c5aa2801233728?d=identicon)[captchafox](/maintainers/captchafox)

---

Top Contributors

[![tgrassl](https://avatars.githubusercontent.com/u/34568407?v=4)](https://github.com/tgrassl "tgrassl (5 commits)")

### Embed Badge

![Health badge](/badges/captchafox-magento/health.svg)

```
[![Health](https://phpackages.com/badges/captchafox-magento/health.svg)](https://phpackages.com/packages/captchafox-magento)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

19131.4k](/packages/imi-magento2-friendly-captcha)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

1615.9k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
