PHPackages                             fruitcakestudio/laravel-recaptcha - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. fruitcakestudio/laravel-recaptcha

AbandonedLibrary[Authentication &amp; Authorization](/categories/authentication)

fruitcakestudio/laravel-recaptcha
=================================

Laravel integration for reCAPTCHA library

v0.1.0(11y ago)721.6kMITPHP

Since Dec 15Pushed 11y ago6 watchersCompare

[ Source](https://github.com/fruitcake/laravel-recaptcha)[ Packagist](https://packagist.org/packages/fruitcakestudio/laravel-recaptcha)[ RSS](/packages/fruitcakestudio-laravel-recaptcha/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel integration for reCAPTCHA Library
-----------------------------------------

[](#laravel-integration-for-recaptcha-library)

This is a Laravel integration package for

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

[](#installation)

Require this package with composer:

```
composer require fruitcakestudio/laravel-recaptcha

```

Laravel integration
-------------------

[](#laravel-integration)

You can use the Laravel ServiceProvider to make use of the Laravel Configuration and Request object.

Add the ServiceProvider to your list of ServiceProviders:

```
'FruitcakeStudio\ReCaptcha\Support\Laravel\ServiceProvider',

```

Publish the Configuration and edit the sitekey, secret and language.

```
php artisan config:publish fruitcakestudio/laravel-recaptcha

```

If you want to use the Facade, add that too.

```
'ReCaptcha' => 'FruitcakeStudio\ReCaptcha\Support\Laravel\Facade',

```

This will register the ReCaptcha instance, preconfigured with your configuration and the Request object.

```
// Using the IoC container
$captcha = App::make('recaptcha');
$captcha->getScript();

// Using the Facade
ReCaptcha::verifyRequest();
```

You can also add the ReCaptcha as a rule to the validator:

```
$validator = Validator::make(Input::all(), array(
    'g-recaptcha-response' => 'required|recaptcha'
));
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

4172d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dad47b02be23edb7094a151b4b1ce7e9cb56b75cd87cd3341d140e1e1e9cd0e4?d=identicon)[barryvdh](/maintainers/barryvdh)

---

Top Contributors

[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (5 commits)")

---

Tags

laravelrecaptchaspamcaptchanocaptchano-captcha

### Embed Badge

![Health badge](/badges/fruitcakestudio-laravel-recaptcha/health.svg)

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

###  Alternatives

[anhskohbo/no-captcha

No CAPTCHA reCAPTCHA For Laravel.

1.8k8.5M33](/packages/anhskohbo-no-captcha)[albertcht/invisible-recaptcha

Invisible reCAPTCHA For Laravel.

6031.6M6](/packages/albertcht-invisible-recaptcha)

PHPackages © 2026

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