This package allows simple firewall implementation inside Laravel application. It allows the following:
- IPv4 static (11.22.33.44) or CIDR (11.22.33.0/24) whitelist and blacklist
- Country whitelist and blacklist
- Hostname whitelist and blacklist
You can install the package via composer:
composer require irakic/laravel-firewall
// Example will be added soon
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.