PHPackages                             monsieurbiz/mbiz\_invisiblecaptcha - 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. monsieurbiz/mbiz\_invisiblecaptcha

ActiveMagento-module

monsieurbiz/mbiz\_invisiblecaptcha
==================================

Magento 1 module which adds the Invisible ReCaptcha in some pages.

115226[1 issues](https://github.com/monsieurbiz/Mbiz_InvisibleCaptcha/issues)HTML

Since Apr 15Pushed 1y ago3 watchersCompare

[ Source](https://github.com/monsieurbiz/Mbiz_InvisibleCaptcha)[ Packagist](https://packagist.org/packages/monsieurbiz/mbiz_invisiblecaptcha)[ RSS](/packages/monsieurbiz-mbiz-invisiblecaptcha/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Mbiz\_InvisibleCaptcha
======================

[](#mbiz_invisiblecaptcha)

This module adds the Invisible ReCaptcha from Google in all pages and setup the captcha only for the contact page.

Adding the JS in all pages is not a choice we made just because it's simple. It's also because most of the time you'll want to add the captcha in newsletter form and so on.

Requirements
------------

[](#requirements)

You need to get an API key from Google:

PHP &gt;= 5.4

How it works
------------

[](#how-it-works)

You can setup the API key in the admin panel: `System > Configuration > General > Invisible Captcha`

In that page you can set your site details and of course you can disable completely the captcha.

You can also choose if you want it by default to be on some pages.

Setup on my own form
--------------------

[](#setup-on-my-own-form)

It's easy.

Given the following example:

```

        My Content

    Send

```

You just have to make few changes (only additions):

```
+
+
-
+
+        onsubmit="return captchaMyForm.uiSubmit('', onCaptchaMyFormSubmit, '#g-recaptcha-myform');"
+
+>

         My Content

     Send
+
+
+
+
+

+
+
+
+        //
+        var captchaMyForm = new MbizInvisibleRecaptchaForm('myForm', true);
+        var onCaptchaMyFormSubmit = captchaMyForm.onSubmit.bind(captchaMyForm);
+        //]]>
+
+
```

License
-------

[](#license)

See the [LICENSE](https://github.com/monsieurbiz/Mbiz_InvisibleCaptcha/blob/master/LICENSE) file.

Contributors
------------

[](#contributors)

- The people of Monsieur Biz

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c469cf3368841a646d6e69475e8b79861ee299bbe5c2382f50459e3ab3607320?d=identicon)[jacquesbh](/maintainers/jacquesbh)

---

Top Contributors

[![jacquesbh](https://avatars.githubusercontent.com/u/858611?v=4)](https://github.com/jacquesbh "jacquesbh (7 commits)")[![allanlaal](https://avatars.githubusercontent.com/u/740826?v=4)](https://github.com/allanlaal "allanlaal (1 commits)")[![AurelienLavorel](https://avatars.githubusercontent.com/u/5844661?v=4)](https://github.com/AurelienLavorel "AurelienLavorel (1 commits)")

### Embed Badge

![Health badge](/badges/monsieurbiz-mbiz-invisiblecaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/monsieurbiz-mbiz-invisiblecaptcha/health.svg)](https://phpackages.com/packages/monsieurbiz-mbiz-invisiblecaptcha)
```

PHPackages © 2026

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