PHPackages                             askerakbar/checkpoint - 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. askerakbar/checkpoint

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

askerakbar/checkpoint
=====================

This Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity

0.0.2(1y ago)113131MITPHPPHP ^8.1CI passing

Since Oct 8Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

[![](https://raw.githubusercontent.com/askerakbar/checkpoint/main/demo/asker-akbar-checkpoint.jpg)](https://raw.githubusercontent.com/askerakbar/checkpoint/main/demo/asker-akbar-checkpoint.jpg)

Checkpoint - A Filament PHP Plugin to enhance login Security with custom rate limiting, lockout and admin alerts
================================================================================================================

[](#checkpoint---a-filament-php-plugin-to-enhance-login-security-with-custom-rate-limiting-lockout-and-admin-alerts)

This Filament PHP plugin improves login security by letting you customize rate-limiting settings like duration and the number of attempts. It also notifies admins about suspicious activity

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

[](#installation)

You can install the package via composer:

```
composer require askerakbar/checkpoint -W
```

This plugin requires Spatie's Laravel Settings package. Before running the Checkpoint migrations, you must first publish and run the settings migrations.

To do this, use the following command:

```
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
```

Once that's complete, you can proceed with publishing and running the Checkpoint migrations:

```
php artisan vendor:publish --tag="checkpoint-migrations"
php artisan migrate
```

Optionally, you can publish the language files with:

```
php artisan vendor:publish --tag="checkpoint-translations"
```

Usage
-----

[](#usage)

You need to initialize the plugin in your Filament panel provider. You can do this by adding the `CheckpointPlugin` to the `plugins` method of your panel.

```
use Askar\Checkpoint\CheckpointPlugin;

public function plugins(): array
{
    return [
        //...other plugins
        CheckpointPlugin::make(),
    ];
}
```

Contribute / Report a bug / Security Vulnerabilities
----------------------------------------------------

[](#contribute--report-a-bug--security-vulnerabilities)

If you would like to contriubte, please feel free to submit pull requests or open issues.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](License.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance48

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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 ~204 days

Total

2

Last Release

383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27cd8f1d93e3e178a5294a8fc9e7570629b082b728754aae8f2d3d23be1c71a6?d=identicon)[asker-akbar](/maintainers/asker-akbar)

---

Top Contributors

[![Aldamar](https://avatars.githubusercontent.com/u/50327786?v=4)](https://github.com/Aldamar "Aldamar (2 commits)")[![askerakbar](https://avatars.githubusercontent.com/u/43740952?v=4)](https://github.com/askerakbar "askerakbar (1 commits)")

---

Tags

filamentfilamentphpfilamentphp-pluginfilamentfilament-authauth-notifications

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/askerakbar-checkpoint/health.svg)

```
[![Health](https://phpackages.com/badges/askerakbar-checkpoint/health.svg)](https://phpackages.com/packages/askerakbar-checkpoint)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[chiiya/filament-access-control

Admin user, role and permission management for Laravel Filament

21847.2k](/packages/chiiya-filament-access-control)[diogogpinto/filament-auth-ui-enhancer

This Filament plugin empowers you to transform your auth pages with ease, allowing you to make them truly stand out. It offers a flexible alternative to the default auth pages in the Filament Panels package.

13493.9k6](/packages/diogogpinto-filament-auth-ui-enhancer)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

81158.7k4](/packages/stephenjude-filament-two-factor-authentication)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)

PHPackages © 2026

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