PHPackages                             hryvinskyi/magento2-invisible-captcha-recaptcha-replace - 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. hryvinskyi/magento2-invisible-captcha-recaptcha-replace

ActiveMetapackage[Security](/categories/security)

hryvinskyi/magento2-invisible-captcha-recaptcha-replace
=======================================================

Metapackage that removes Magento's native Google reCAPTCHA modules (via Composer replace) so they can be superseded by hryvinskyi/magento2-invisible-captcha.

1.0.0(1mo ago)01MIT

Since Jul 8Pushed 1mo agoCompare

[ Source](https://github.com/hryvinskyi/magento2-invisible-captcha-recaptcha-replace)[ Packagist](https://packagist.org/packages/hryvinskyi/magento2-invisible-captcha-recaptcha-replace)[ Docs](https://github.com/hryvinskyi)[ RSS](/packages/hryvinskyi-magento2-invisible-captcha-recaptcha-replace/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Magento 2 — Invisible Captcha reCAPTCHA Replace
===============================================

[](#magento-2--invisible-captcha-recaptcha-replace)

A tiny Composer **metapackage** (no code, no files installed) whose only job is to remove Magento's native Google reCAPTCHA modules from your project so they can be superseded by [`hryvinskyi/magento2-invisible-captcha`](https://packagist.org/packages/hryvinskyi/magento2-invisible-captcha).

It declares a `replace` for every `magento/module-re-captcha-*` package. When it is installed, Composer treats those modules as already provided and **does not install them** — which cleanly disables the built-in reCAPTCHA (form validators, UI, WebAPI and GraphQL handlers) without touching the rest of `magento/security-package`(Two-Factor Auth and `security.txt` are left intact).

Why a separate package?
-----------------------

[](#why-a-separate-package)

`hryvinskyi/magento2-invisible-captcha` deliberately does **not** replace core modules — installing it should never silently rip out another extension's captcha. This opt-in metapackage lets a merchant make that switch explicitly.

Install
-------

[](#install)

```
composer require hryvinskyi/magento2-invisible-captcha hryvinskyi/magento2-invisible-captcha-recaptcha-replace
composer update --lock          # re-resolves without the native reCAPTCHA modules
bin/magento setup:upgrade
```

Then import your existing reCAPTCHA keys and per-form settings:

```
bin/magento hryvinskyi:invisible-captcha:migrate-recaptcha --dry-run   # preview
bin/magento hryvinskyi:invisible-captcha:migrate-recaptcha             # apply
```

> Run the migration **before** removing the native modules if you want the command to read the old `recaptcha_frontend/*` and `recaptcha_backend/*` values — those config rows survive module removal, but reading them first avoids any doubt.

Uninstall / revert
------------------

[](#uninstall--revert)

Remove this package (`composer remove hryvinskyi/magento2-invisible-captcha-recaptcha-replace`) and run `composer update` to let Composer reinstall the native reCAPTCHA modules.

Replaced packages
-----------------

[](#replaced-packages)

`re-captcha-admin-ui`, `re-captcha-checkout`, `re-captcha-checkout-sales-rule`, `re-captcha-contact`, `re-captcha-customer`, `re-captcha-frontend-ui`, `re-captcha-migration`, `re-captcha-newsletter`, `re-captcha-paypal`, `re-captcha-resend-confirmation-email`, `re-captcha-review`, `re-captcha-send-friend`, `re-captcha-store-pickup`, `re-captcha-ui`, `re-captcha-user`, `re-captcha-validation`, `re-captcha-validation-api`, `re-captcha-version-2-checkbox`, `re-captcha-version-2-invisible`, `re-captcha-version-3-invisible`, `re-captcha-webapi-api`, `re-captcha-webapi-graph-ql`, `re-captcha-webapi-rest`, `re-captcha-webapi-ui`, `re-captcha-wishlist` (all under the `magento/module-` prefix).

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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

48d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9294098?v=4)[Volodymyr Hryvinskyi](/maintainers/hryvinskyi)[@hryvinskyi](https://github.com/hryvinskyi)

---

Top Contributors

[![hryvinskyi](https://avatars.githubusercontent.com/u/9294098?v=4)](https://github.com/hryvinskyi "hryvinskyi (1 commits)")

---

Tags

recaptchacaptchaGoogle ReCaptchamagento2bot-protectionreplace

### Embed Badge

![Health badge](/badges/hryvinskyi-magento2-invisible-captcha-recaptcha-replace/health.svg)

```
[![Health](https://phpackages.com/badges/hryvinskyi-magento2-invisible-captcha-recaptcha-replace/health.svg)](https://phpackages.com/packages/hryvinskyi-magento2-invisible-captcha-recaptcha-replace)
```

###  Alternatives

[phelium/recaptcha

reCAPTCHA v2 class

4294.5k](/packages/phelium-recaptcha)[s1syphos/php-simple-captcha

Simple captcha generator

2642.4k15](/packages/s1syphos-php-simple-captcha)[bbysaeth/typo3-altcha

TYPO3 form element for spam protection by utilizing the proof-of-work mechanism Altcha.

1227.2k1](/packages/bbysaeth-typo3-altcha)[cakephp-fr/recaptcha

To easily use Google Recaptcha (free CAPTCHA service that protect websites from spam and abuse) in CakePHP projects

1419.6k](/packages/cakephp-fr-recaptcha)[cake17/cakephp-recaptcha

\[DEPRECIATED\] Please use https://github.com/cakephp-fr/recaptcha/

1111.1k1](/packages/cake17-cakephp-recaptcha)[phpdevsr/recaptcha-codeigniter4

Free to Use Library reCAPTCHA v2 for Codeigniter 4

102.2k](/packages/phpdevsr-recaptcha-codeigniter4)

PHPackages © 2026

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