PHPackages                             superwen/lae-auth-attempts - 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. superwen/lae-auth-attempts

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

superwen/lae-auth-attempts
==========================

Add captcha and login attempts for laravel-admin

v1.0.4(3y ago)012MITBladePHP &gt;=7.0.0

Since Nov 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/superwen/lae-auth-attempts)[ Packagist](https://packagist.org/packages/superwen/lae-auth-attempts)[ Docs](https://github.com/superwen/lae-auth-attempts)[ RSS](/packages/superwen-lae-auth-attempts/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Captcha and Login attempts for laravel-admin
============================================

[](#captcha-and-login-attempts-for-laravel-admin)

Add captcha and login attempts for laravel-admin

### Screenshot

[](#screenshot)

[![img](https://github.com/manzhouya/images/raw/master/images/1544165647.jpg?raw=true)](https://github.com/manzhouya/images/blob/master/images/1544165647.jpg?raw=true)

### Installation

[](#installation)

```
composer require superwen/lae-auth-attempts

```

### Configuration

[](#configuration)

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

```
'extensions' => [
     'auth-attempts' => [
         // set to false if you want to disable this extension
         'enable' => true,

         // configuration
         'maxAttempts'  => 5,
         'decayMinutes' => 1,
    ]
]

```

In the `resources/lang/en(example)/validation.php` file, add configurations

```
'captcha'    => 'The :attribute is invalid.',
'attributes' => [
    'captcha' => 'captcha',
],

```

If you need to modify the captcha configuration, please see [mews/captcha](https://github.com/mewebstudio/captcha)

And in the `config/captcha.php` file, add configurations

```
'admin' => [
    'length'    => 5,
    'width'     => 120,
    'height'    => 36,
    'quality'   => 90,
],

```

### Usage

[](#usage)

Open your login page in your browser

### License

[](#license)

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

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

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

5

Last Release

1270d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

extensionlaravel-adminauth-attempts

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/superwen-lae-auth-attempts/health.svg)

```
[![Health](https://phpackages.com/badges/superwen-lae-auth-attempts/health.svg)](https://phpackages.com/packages/superwen-lae-auth-attempts)
```

###  Alternatives

[james.xue/login-captcha

laravel-admin 登录验证码

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

Add captcha and login attempts for laravel-admin

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

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

593.6k](/packages/asundust-auth-captcha)[iamtong/laravel-admin-login-check-safe

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

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

Google 两步验证码

122.5k](/packages/ghost-google-authenticator)

PHPackages © 2026

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