PHPackages                             7777777-7777777/auth-attempt-limit - 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. 7777777-7777777/auth-attempt-limit

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

7777777-7777777/auth-attempt-limit
==================================

Add captcha and login attempts for laravel-admin

01Blade

Since Sep 29Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (2)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

### Installation

[](#installation)

```
composer require 7777777-7777777/auth-attempt-limit

```

### Configuration

[](#configuration)

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

```
'extensions' => [
     'auth-attempt-limit' => [
         // 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

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 54.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/44042532b80df08e7b482b780700f436a951370bee53061b28d7251ddfeaa16d?d=identicon)[BEYONDANY](/maintainers/BEYONDANY)

---

Top Contributors

[![manzhouya](https://avatars.githubusercontent.com/u/29374760?v=4)](https://github.com/manzhouya "manzhouya (6 commits)")[![BEYONDANY](https://avatars.githubusercontent.com/u/17333518?v=4)](https://github.com/BEYONDANY "BEYONDANY (5 commits)")

### Embed Badge

![Health badge](/badges/7777777-7777777-auth-attempt-limit/health.svg)

```
[![Health](https://phpackages.com/badges/7777777-7777777-auth-attempt-limit/health.svg)](https://phpackages.com/packages/7777777-7777777-auth-attempt-limit)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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