PHPackages                             o3-shop/google-recaptcha-module - 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. o3-shop/google-recaptcha-module

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

o3-shop/google-recaptcha-module
===============================

Google reCAPTCHA v2/v3 provider for the O3-Shop core CAPTCHA layer

00PHP

Since Jul 1Pushed yesterdayCompare

[ Source](https://github.com/o3-shop/googlerecaptcha-module)[ Packagist](https://packagist.org/packages/o3-shop/google-recaptcha-module)[ RSS](/packages/o3-shop-google-recaptcha-module/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

O3-Shop Google reCAPTCHA Module
===============================

[](#o3-shop-google-recaptcha-module)

Google reCAPTCHA **v2** (checkbox) and **v3** (invisible/score) providers for the O3-Shop core CAPTCHA layer.

The module ships no controllers, templates or blocks of its own — the storefront widget rendering and the admin CAPTCHA configuration screen already live in the O3-Shop core. This module only contributes two CAPTCHA *providers*, which plug into the core via the `oxid.captcha.provider` DI tag. Once activated, the two Google providers appear in **Admin → CAPTCHA** and can be configured there.

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

[](#requirements)

- **PHP 8.0+** (the module depends on [`google/recaptcha`](https://github.com/google/recaptcha), which requires `php >= 8`)
- O3-Shop with the core pluggable CAPTCHA layer (`CaptchaProviderInterface` + the `oxid.captcha.provider` tag)

Install
-------

[](#install)

```
composer require o3-shop/google-recaptcha-module
```

This pulls in `google/recaptcha` and copies the module into `source/modules/o3-shop/google-recaptcha`.

Activate
--------

[](#activate)

```
./vendor/bin/oe-console oe:module:activate google-recaptcha
```

(or activate it from the admin module list).

On activation, the core's `CaptchaProviderLocator` collects every service tagged `oxid.captcha.provider` — including this module's two providers — so they become selectable immediately. No further wiring is required.

Configure
---------

[](#configure)

In **Admin → CAPTCHA**:

1. Select **Google reCAPTCHA v2 (checkbox)** or **Google reCAPTCHA v3 (invisible/score)** as the active provider.
2. Enter your **Site key** and **Secret key** (from the [Google reCAPTCHA admin console](https://www.google.com/recaptcha/admin)).
3. For v3, optionally set the **Minimum score to pass (0.0–1.0)** (default `0.5`).

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

[](#how-it-works)

ClassRole`O3Shop\ReCaptcha\Provider\GoogleReCaptchaV2Provider`v2 checkbox provider (`google_recaptcha_v2`)`O3Shop\ReCaptcha\Provider\GoogleReCaptchaV3Provider`v3 invisible/score provider (`google_recaptcha_v3`)`O3Shop\ReCaptcha\Verifier\GoogleReCaptchaVerifier`server-side token verification via `google/recaptcha``O3Shop\ReCaptcha\Verifier\VerificationResult`immutable verification outcome (success/score/action/errors)The providers read their credentials through the core `CaptchaConfigurationInterface` (keys namespaced as `sCaptcha__`) and delegate verification to the module's `CaptchaVerifierInterface`.

License
-------

[](#license)

GPL-3.0

###  Health Score

20

↑

LowBetter than 13% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/53b105106ade5f151851db1839b344f7be04f17d881c49ca0f4da0867d5b2d82?d=identicon)[o3-shop](/maintainers/o3-shop)

---

Top Contributors

[![nlo-tronet](https://avatars.githubusercontent.com/u/206915827?v=4)](https://github.com/nlo-tronet "nlo-tronet (8 commits)")

### Embed Badge

![Health badge](/badges/o3-shop-google-recaptcha-module/health.svg)

```
[![Health](https://phpackages.com/badges/o3-shop-google-recaptcha-module/health.svg)](https://phpackages.com/packages/o3-shop-google-recaptcha-module)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.7M141](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24820.0k36](/packages/paragonie-ecc)

PHPackages © 2026

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