Download the PHP package pratik-dabhi/laravel-firewall without Composer
On this page you can find all versions of the php package pratik-dabhi/laravel-firewall. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pratik-dabhi/laravel-firewall
More information about pratik-dabhi/laravel-firewall
Files in pratik-dabhi/laravel-firewall
Download pratik-dabhi/laravel-firewall
More information about pratik-dabhi/laravel-firewall
Files in pratik-dabhi/laravel-firewall
Vendor pratik-dabhi
Package laravel-firewall
Short Description A powerful and extensible firewall package for Laravel 10+ supporting IP blocking, CIDR rules, rate limiting, request logging, and country blocking.
License MIT
Package laravel-firewall
Short Description A powerful and extensible firewall package for Laravel 10+ supporting IP blocking, CIDR rules, rate limiting, request logging, and country blocking.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-firewall
Laravel Firewall
A powerful, extensible, and developer-friendly application-level firewall for Laravel 10+.
This package gives your Laravel app real-time protection through:
- 🔒 IP Blacklisting / Whitelisting
- 🌐 CIDR Blocking
- 🚫 Rate Limiting Rule Engine
- 📄 Database Logging of Security Events
- 📊 Beautiful Firewall Dashboard UI
- 📜 Detailed Logs Viewer Page
- 🧱 Plug-and-play Middleware
- ✔ Fully tested using Laravel Testbench
It brings enterprise-level request filtering & monitoring into your Laravel application with minimal configuration.
Installation
Publishing
Migrations
Config
Views
Usage
Register middleware in Laravel 12 (bootstrap/app.php):
Protect routes:
Dashboard routes:
Testing
Credits
- Pratik Dabhi
- All Contributors
License
MIT License.
All versions of laravel-firewall with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^11.0 || ^12.0 || ^13.0
illuminate/http Version ^11.0 || ^12.0 || ^13.0
illuminate/config Version ^11.0 || ^12.0 || ^13.0
illuminate/console Version ^11.0 || ^12.0 || ^13.0
illuminate/database Version ^11.0 || ^12.0 || ^13.0
illuminate/routing Version ^11.0 || ^12.0 || ^13.0
illuminate/cache Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
illuminate/http Version ^11.0 || ^12.0 || ^13.0
illuminate/config Version ^11.0 || ^12.0 || ^13.0
illuminate/console Version ^11.0 || ^12.0 || ^13.0
illuminate/database Version ^11.0 || ^12.0 || ^13.0
illuminate/routing Version ^11.0 || ^12.0 || ^13.0
illuminate/cache Version ^11.0 || ^12.0 || ^13.0
The package pratik-dabhi/laravel-firewall contains the following files
Loading the files please wait ...