PHPackages                             lyne007/auth-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. lyne007/auth-recaptcha

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

lyne007/auth-recaptcha
======================

Add Google reCAPTCHA for laravel-admin.

v1.0(4y ago)26MITBladePHP &gt;=7.0.0

Since Feb 14Pushed 4y ago1 watchersCompare

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

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

google reCaptcha for laravel-admin
==================================

[](#google-recaptcha-for-laravel-admin)

Add Google reCAPTCHA(no perception) for laravel-admin

Screenshot
----------

[](#screenshot)

[![img.png](img.png)](img.png)

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

[](#installation)

```
composer require lyne007/auth-recaptcha
```

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

[](#configuration)

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

```
'extensions' => [
    'auth-recaptcha' => [
        // set to false if you want to disable this extension
        'enable' => true,
        // set to false if you want to disable icon
        'iconDisplay' => true,
        // reCAPTCHA:v3 keys
        'siteKey' => 'your google reCAPTCHA site key',
        'secretKey'  => 'your google reCAPTCHA secret key',
    ]
],
```

> Register and get reCAPTCHA keys;

2. Exclude CAPTCHA Interface Restrictions In the excepts section of the `config/admin.php` file, add configurations

```
'excepts' => [
    'auth/login',
    'auth/logout',
    // add
    'auth/api/recaptcha'
],
```

Usage
-----

[](#usage)

Open your login page in your browser

License
-------

[](#license)

Licensed under [MIT License](https://github.com/lyne007/auth-recaptcha/blob/master/LICENSE)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1546d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/28702327?v=4)[李Lyne](/maintainers/lyne007)[@lyne007](https://github.com/lyne007)

---

Top Contributors

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

---

Tags

extensionlaravel-adminauth-recaptcha

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lyne007-auth-recaptcha/health.svg)

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

###  Alternatives

[james.xue/login-captcha

laravel-admin 登录验证码

3725.4k](/packages/jamesxue-login-captcha)[asundust/auth-captcha

Sliding captcha for Laravel-Admin auth, Multiple platform support / Laravel-Admin登录 滑动验证插件 多平台支持

593.6k](/packages/asundust-auth-captcha)[manzhouya/auth-attempts

Add captcha and login attempts for laravel-admin

142.1k](/packages/manzhouya-auth-attempts)[ghost/google-authenticator

Google 两步验证码

122.5k](/packages/ghost-google-authenticator)[iamtong/laravel-admin-login-check-safe

登录添加验证码，后台用户锁定，错误次数过多锁定，密码强制修改，添加密码修改记录，登录日志

102.5k](/packages/iamtong-laravel-admin-login-check-safe)

PHPackages © 2026

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