PHPackages                             zarulizham/laravel-fail2ban-ui - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. zarulizham/laravel-fail2ban-ui

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

zarulizham/laravel-fail2ban-ui
==============================

Fail2Ban UI package for Laravel app

0.0.1(4mo ago)022↓93.8%MITPHPPHP ^8.4CI passing

Since Feb 24Pushed 4mo agoCompare

[ Source](https://github.com/zarulizham/laravel-fail2ban-ui)[ Packagist](https://packagist.org/packages/zarulizham/laravel-fail2ban-ui)[ Docs](https://github.com/zarulizham/laravel-fail2ban-ui)[ GitHub Sponsors]()[ RSS](/packages/zarulizham-laravel-fail2ban-ui/feed)WikiDiscussions main Synced today

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

Fail2Ban UI package for Laravel app
===================================

[](#fail2ban-ui-package-for-laravel-app)

[![Latest Version on Packagist](https://camo.githubusercontent.com/83eafa0e08d0b931606df2d2774f23dfcfbccbbf8800e8a040e03dcccfc28033/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a6172756c697a68616d2f6c61726176656c2d6661696c3262616e2d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zarulizham/laravel-fail2ban-ui)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c667e11bc6cf5260b4d2b00de5a64c2ef499acbaafbc0d5f1a456cf84565cb5e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a6172756c697a68616d2f6c61726176656c2d6661696c3262616e2d75692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/zarulizham/laravel-fail2ban-ui/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/8d5aaad7d31b73b43f1e2e05312c097fe57aeabdcff452872542c63da36b41d7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a6172756c697a68616d2f6c61726176656c2d6661696c3262616e2d75692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/zarulizham/laravel-fail2ban-ui/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/4f72cfa40f9f743858a465fec756b0296b757729ee449fa0aee760b65bb55af7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a6172756c697a68616d2f6c61726176656c2d6661696c3262616e2d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zarulizham/laravel-fail2ban-ui)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/3db6da9d58f25342d90914349de003b49ce56b6645d0c4cef15e8e5c8e7b1dc1/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c2d6661696c3262616e2d75692e6a70673f743d31)](https://spatie.be/github-ad-click/laravel-fail2ban-ui)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require zarulizham/laravel-fail2ban-ui
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-fail2ban-ui-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-fail2ban-ui-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-fail2ban-ui-views"
```

Usage
-----

[](#usage)

After installation, open the dashboard page:

```
/fail2ban-ui

```

The package now exposes separate API endpoints for each dashboard component:

```
GET /api/fail2ban-ui/active-jails
GET /api/fail2ban-ui/total-banned-ips
GET /api/fail2ban-ui/new-last-hour
GET /api/fail2ban-ui/recurring-ips
GET /api/fail2ban-ui/overview

```

All endpoints currently return dummy data so the Vue 3 SPA can render fully while you continue development.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Zarul Zubir](https://github.com/zarulizham)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance76

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

129d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae2768e1d22dfc2cf76094e1bd66c4a156fea41873eada5277bea89d709bd93b?d=identicon)[zarulizham](/maintainers/zarulizham)

---

Top Contributors

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

---

Tags

laravelZarul Zubirlaravel-fail2ban-ui

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/zarulizham-laravel-fail2ban-ui/health.svg)

```
[![Health](https://phpackages.com/badges/zarulizham-laravel-fail2ban-ui/health.svg)](https://phpackages.com/packages/zarulizham-laravel-fail2ban-ui)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M164](/packages/spatie-laravel-health)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

167558.4k1](/packages/keepsuit-laravel-opentelemetry)

PHPackages © 2026

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