PHPackages                             ptuchik/recaptcha-v3 - 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. ptuchik/recaptcha-v3

ActiveLibrary[Security](/categories/security)

ptuchik/recaptcha-v3
====================

Google's reCaptcha v3 Laravel validator

1.0.3(7y ago)01.6k[1 issues](https://github.com/ptuchik/recaptcha-v3/issues)MITPHP

Since Nov 4Pushed 7y agoCompare

[ Source](https://github.com/ptuchik/recaptcha-v3)[ Packagist](https://packagist.org/packages/ptuchik/recaptcha-v3)[ Docs](https://github.com/ptuchik/recaptcha-v3)[ RSS](/packages/ptuchik-recaptcha-v3/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (0)

Google reCaptcha v3 for Laravel 5.6+
====================================

[](#google-recaptcha-v3-for-laravel-56)

[![Latest Stable Version](https://camo.githubusercontent.com/2c9315079b3b66821f2a01fb8d764e9f2ba33cc791219ffa68d6161e930b22f4/68747470733a2f2f706f7365722e707567782e6f72672f7074756368696b2f7265636170746368612d76332f76657273696f6e2e706e67)](https://packagist.org/packages/ptuchik/recaptcha-v3)[![Total Downloads](https://camo.githubusercontent.com/6d84f9335ce1fb56b64e62f8fac3b544f128c0d21009a80e3b3cd696054442d6/68747470733a2f2f706f7365722e707567782e6f72672f7074756368696b2f7265636170746368612d76332f642f746f74616c2e706e67)](https://packagist.org/packages/ptuchik/recaptcha-v3)

Installation
------------

[](#installation)

To install, simply add it to your `composer.json` file:

```
{
    "require": {
        "ptuchik/recaptcha-v3": "~1.0"
    }
}
```

And run composer to update your dependencies:

```
composer update

```

Or you can simply run

```
composer require ptuchik/recaptcha-v3

```

Publish configuration file to your `config` folder with command:

```
php artisan vendor:publish --provider="Ptuchik\Recaptcha\RecaptchaServiceProvider" --tag=config

```

Usage
-----

[](#usage)

Use as regular validation rule "recaptcha:{ACTION}" like:

```
    Validator::make($request->all(), [
        'g-recaptcha-response' => 'required|recaptcha:register'
    ]);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

4

Last Release

2747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97d8960403b7a3aee623f5b5ea9964219b6d23abc8a5c6b893a0832ddcf2d70f?d=identicon)[ptuchik](/maintainers/ptuchik)

---

Top Contributors

[![ptuchik](https://avatars.githubusercontent.com/u/4479697?v=4)](https://github.com/ptuchik "ptuchik (15 commits)")

---

Tags

laravelgooglerecaptcharecaptcha v3

### Embed Badge

![Health badge](/badges/ptuchik-recaptcha-v3/health.svg)

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

###  Alternatives

[phelium/recaptcha

reCAPTCHA v2 class

4389.4k](/packages/phelium-recaptcha)[huangdijia/laravel-recaptcha-v3

recaptcha-v3 for laravel

2011.0k](/packages/huangdijia-laravel-recaptcha-v3)[cake17/cakephp-recaptcha

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

1211.0k1](/packages/cake17-cakephp-recaptcha)

PHPackages © 2026

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