PHPackages                             shanerutter/laravel-admin-google-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. [Security](/categories/security)
4. /
5. shanerutter/laravel-admin-google-recaptcha

ActiveLibrary[Security](/categories/security)

shanerutter/laravel-admin-google-recaptcha
==========================================

Add google captcha and login attempts to laravel-admin

1.1(4y ago)062MITBladePHP &gt;=7.0.0

Since Feb 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/shanerutter/laravel-admin-google-recaptcha)[ Packagist](https://packagist.org/packages/shanerutter/laravel-admin-google-recaptcha)[ Docs](https://github.com/shanerutter/auth-attempts)[ RSS](/packages/shanerutter-laravel-admin-google-recaptcha/feed)WikiDiscussions master Synced 1mo ago

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

Google Recaptcha v3 and Login attempts for laravel-admin
========================================================

[](#google-recaptcha-v3-and-login-attempts-for-laravel-admin)

Add google recaptcha v3 and login attempts to laravel-admin

### Installation

[](#installation)

```
composer require shanerutter/laravel-admin-google-recaptcha

```

### Configuration

[](#configuration)

In the extensions section of the `config/admin.php` file, add configurations

```
'extensions' => [
    'auth-google-recaptcha' => [
        'enable' => (bool)env('ADMIN_RECAPTCHA_ENABLED', true),
        'maxAttempts' => 5,
        'decayMinutes' => 5,
        'recaptchaPublicKey' => env('ADMIN_RECAPTCHA_SITE_KEY', ''),
        'recaptchaPrivateKey' => env('ADMIN_RECAPTCHA_SECRET_KEY', ''),
    ]
]

```

In the `.env` file, add configurations

```
ADMIN_RECAPTCHA_ENABLED=true
ADMIN_RECAPTCHA_SITE_KEY="...."
ADMIN_RECAPTCHA_SECRET_KEY="...."

```

### License

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1547d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e630c1907c6fcf64e8285614ed85585a9a61241b8d86eec5be0f06cf709bb9?d=identicon)[shanerutter](/maintainers/shanerutter)

---

Top Contributors

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

---

Tags

extensionlaravel-admin

### Embed Badge

![Health badge](/badges/shanerutter-laravel-admin-google-recaptcha/health.svg)

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

###  Alternatives

[laravel-admin-ext/grid-lightbox

Turn your grid into a lightbox &amp; gallery

58180.9k2](/packages/laravel-admin-ext-grid-lightbox)[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[laravel-admin-ext/sparkline

Integrates jQuery sparkline into laravel-admin

161.1k](/packages/laravel-admin-ext-sparkline)

PHPackages © 2026

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