PHPackages                             j25/google-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. j25/google-captcha

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

j25/google-captcha
==================

Google captcha v3.0 for laravel

2.0(1y ago)114MITPHPPHP ^8.2

Since Sep 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/jekky25/google-captcha)[ Packagist](https://packagist.org/packages/j25/google-captcha)[ RSS](/packages/j25-google-captcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Гугл капча 3.0 для ларавел
--------------------------

[](#гугл-капча-30-для-ларавел)

Google captcha 3.0 for laravel 10,11
------------------------------------

[](#google-captcha-30-for-laravel-1011)

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

[](#installation)

Require this package with composer:

```
composer require j25/google-captcha

```

Update your packages with `composer update` or install with `composer install`.

Usage
-----

[](#usage)

To use the Google Captcha Service Provider, you have to register the provider in your Laravel framework. Find the `providers` key in `config/app.php` and register the Captcha Service Provider.

```
    'providers' => [
        // ...
        'J25\GoogleCaptcha\Providers\GoogleCaptchaServiceProvider',
    ]
```

Configuration
-------------

[](#configuration)

You can use two captcha keys when you get them in your google account.

Add them in the .ENV file

RE\_SITE\_KEY ="XXXXXXXXXX" RE\_SEC\_KEY="XXXXXXXXXX"

Example
-------

[](#example)

view files

```
    //post.blade.php

 'required|captcha'
        ])->validate();

        or
        	public function rules(): array
	        {
        	return [
		    	'name'					=> ['string'],
                'text'					=> ['string'],
	    		'recaptcha_response'	=> ['required', new GoogleCaptcha]
		    ];
	}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

2

Last Release

620d ago

Major Versions

1.0 → 2.02024-09-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fbf8d38eae7b45defcb30e9d74e886d42f40874b9b894cd27f7b04bd333fb4e?d=identicon)[jekky25](/maintainers/jekky25)

---

Top Contributors

[![jekky25](https://avatars.githubusercontent.com/u/4018491?v=4)](https://github.com/jekky25 "jekky25 (2 commits)")

---

Tags

validationcaptchawebform

### Embed Badge

![Health badge](/badges/j25-google-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/j25-google-captcha/health.svg)](https://phpackages.com/packages/j25-google-captcha)
```

###  Alternatives

[composer/semver

Version comparison library that offers utilities, version constraint parsing and validation.

3.3k489.6M672](/packages/composer-semver)[respect/validation

The most awesome validation engine ever created for PHP

5.9k37.4M383](/packages/respect-validation)[propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

3.0k35.7M107](/packages/propaganistas-laravel-phone)[opis/json-schema

Json Schema Validator for PHP

64236.9M186](/packages/opis-json-schema)[karser/karser-recaptcha3-bundle

Google ReCAPTCHA v3 for Symfony

1862.4M7](/packages/karser-karser-recaptcha3-bundle)[giggsey/libphonenumber-for-php-lite

A lite version of giggsey/libphonenumber-for-php, which is a PHP Port of Google's libphonenumber

8412.9M47](/packages/giggsey-libphonenumber-for-php-lite)

PHPackages © 2026

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