PHPackages                             alex-oliveira/ao-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. alex-oliveira/ao-recaptcha

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

alex-oliveira/ao-recaptcha
==========================

Using Google ReCaptcha with Laravel 5.1

1.0.1(9y ago)028MITPHPPHP &gt;=5.5.9

Since Jul 29Pushed 9y ago1 watchersCompare

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

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

Ao-ReCaptcha
============

[](#ao-recaptcha)

Using Google ReCaptcha with Laravel 5.1

1) Installation
---------------

[](#1-installation)

Run

```
$ composer require alex-oliveira/ao-recaptcha

```

Add in your ".env"

```
RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=

```

Add in your "config/app.php"

```
'providers' => [
    /*
     * Vendors Service Providers...
     */
    AoReCaptcha\ServiceProvider::class,
]

```

Run

```
$ php artisan vendor:publish

```

2) Using
--------

[](#2-using)

Add before ``

```
{!! recaptcha()->script() !!}

```

Add between `` and ``

```
{!! recaptcha()->input() !!}

```

Add in your controller

```
try {
    recaptcha()->check(request()->get('g-recaptcha-response'));
} catch (\Exception $e) {

}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

3624d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5826507?v=4)[Alex Oliveira](/maintainers/alex-oliveira)[@alex-oliveira](https://github.com/alex-oliveira)

---

Top Contributors

[![alex-oliveira](https://avatars.githubusercontent.com/u/5826507?v=4)](https://github.com/alex-oliveira "alex-oliveira (6 commits)")

---

Tags

recaptchaalex-oliveiraao-recaptcha

### Embed Badge

![Health badge](/badges/alex-oliveira-ao-recaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/alex-oliveira-ao-recaptcha/health.svg)](https://phpackages.com/packages/alex-oliveira-ao-recaptcha)
```

###  Alternatives

[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[mostafaznv/recaptcha

Laravel package for Google Recaptcha v3

2128.0k](/packages/mostafaznv-recaptcha)

PHPackages © 2026

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