PHPackages                             advancedideasmechanics/mezzio-recaptcha-v3-middleware - 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. advancedideasmechanics/mezzio-recaptcha-v3-middleware

ActiveLibrary

advancedideasmechanics/mezzio-recaptcha-v3-middleware
=====================================================

Google reCAPTCHA v3 PSR-15 Middleware and Service for Mezzio and Laminas applications

v0.0.18(today)021↑2757.1%MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

Since Jul 30Pushed todayCompare

[ Source](https://github.com/AdvancedIdeasMechanics/mezzio-recaptcha-v3-middleware)[ Packagist](https://packagist.org/packages/advancedideasmechanics/mezzio-recaptcha-v3-middleware)[ Docs](https://advanced.im/product/mezzio-recaptcha-v3-middleware)[ RSS](/packages/advancedideasmechanics-mezzio-recaptcha-v3-middleware/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (5)Versions (19)Used By (0)

Mezzio Google Analytics Measurement Protocol
============================================

[](#mezzio-google-analytics-measurement-protocol)

Mezzio Middleware for Google ReCaptcha V3

### Composer

[](#composer)

`composer require advancedideasmechanics/mezzio-recaptcha-v3-middleware`

#### Use

[](#use)

For route.php Middleware use.

`use AdvancedIdeasMechanics\MezzioReCaptchaV3\Middleware\ReCaptchaMiddleware::class;`

`$app->get('/', [ReCaptchaMiddleware:class, App\Handler\HomePageHandler::class], 'home');`

For use with Oauth2 Example

`$app->post('/oauth/authorize', [ // Uses the withAction helper to change the expected Google action fn($container) => $container->get(ReCaptchaMiddleware::class)->withAction('oauth_login'), App\Handler\OAuthAuthorizationHandler::class, ], 'oauth.authorize');`

#### Config

[](#config)

`return [ 'recaptcha' => [ 'site_key'        => '6Lxxxx...', 'secret_key'      => '6Lxxxx...', 'score_threshold' => 0.5, ], ];`

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance100

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Every ~0 days

Total

18

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54c4511671b701eaea9e099598e2095781b145029009748f477d23564ab2197c?d=identicon)[advancedim](/maintainers/advancedim)

---

Top Contributors

[![matthewpallotta](https://avatars.githubusercontent.com/u/8971883?v=4)](https://github.com/matthewpallotta "matthewpallotta (19 commits)")

### Embed Badge

![Health badge](/badges/advancedideasmechanics-mezzio-recaptcha-v3-middleware/health.svg)

```
[![Health](https://phpackages.com/badges/advancedideasmechanics-mezzio-recaptcha-v3-middleware/health.svg)](https://phpackages.com/packages/advancedideasmechanics-mezzio-recaptcha-v3-middleware)
```

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k17](/packages/tempest-framework)[cakephp/cakephp

The CakePHP framework

8.8k19.5M1.8k](/packages/cakephp-cakephp)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[typo3/cms-core

TYPO3 CMS Core

3713.2M5.3k](/packages/typo3-cms-core)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[laminas/laminas-validator

Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria

16049.4M224](/packages/laminas-laminas-validator)

PHPackages © 2026

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