PHPackages                             aanyszek/g-re-captcha - 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. [Framework](/categories/framework)
4. /
5. aanyszek/g-re-captcha

ActiveLibrary[Framework](/categories/framework)

aanyszek/g-re-captcha
=====================

Google reCaptcha v3

v1.1.1(6y ago)062MITPHP

Since May 14Pushed 6y agoCompare

[ Source](https://github.com/aanyszek/Google-reCaptcha-v3)[ Packagist](https://packagist.org/packages/aanyszek/g-re-captcha)[ RSS](/packages/aanyszek-g-re-captcha/feed)WikiDiscussions master Synced 2w ago

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

Description
===========

[](#description)

Google ReCaptcha v3 form laravel form.

Installation
============

[](#installation)

Install via composer

```
composer require aanyszek/google-re-captcha

```

Add to config/app.php

```
'GReCaptcha' => AAnyszek\GoogleReCaptcha\Facades\GReCaptcha::class,

```

Add in .env file

```
GOOGLE_RE_CAPTCHA_SITE_KEY=""
GOOGLE_RE_CAPTCHA_PRV_KEY=""

```

Usage
=====

[](#usage)

Paste in js section

```
{{  GReCaptcha::renderJS() }}

```

Paste in form section

```
{{  GReCaptcha::input() }}

```

Validate in controller

```
use AAnyszek\GoogleReCaptcha\Rules\GoogleReCaptcha;

$validator = Validator::make($request->all(), [
    'name'         => 'required|max:255',
    'email'        => 'required|email',
    'message'      => 'required',
    'g_site_token' => ['required', new GoogleReCaptcha()]
]);

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

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 ~22 days

Recently: every ~28 days

Total

6

Last Release

2492d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20854683?v=4)[Artur Anyszek](/maintainers/aanyszek)[@aanyszek](https://github.com/aanyszek)

---

Top Contributors

[![ArturAnyszek](https://avatars.githubusercontent.com/u/261903280?v=4)](https://github.com/ArturAnyszek "ArturAnyszek (7 commits)")

---

Tags

frameworklaravelrecaptchalaravel5

### Embed Badge

![Health badge](/badges/aanyszek-g-re-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/aanyszek-g-re-captcha/health.svg)](https://phpackages.com/packages/aanyszek-g-re-captcha)
```

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.5k63.2M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3911.7k](/packages/codewithdennis-larament)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11914.4k42](/packages/kompo-kompo)

PHPackages © 2026

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