Download the PHP package ditscheri/laravel-throttle-snooping without Composer
On this page you can find all versions of the php package ditscheri/laravel-throttle-snooping. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ditscheri/laravel-throttle-snooping
More information about ditscheri/laravel-throttle-snooping
Files in ditscheri/laravel-throttle-snooping
Package laravel-throttle-snooping
Short Description laravel-throttle-snooping
License MIT
Homepage https://github.com/ditscheri/laravel-throttle-snooping
Informations about the package laravel-throttle-snooping
laravel-throttle-snooping
This package aims to detect suspicious IP addresses and/or users that cause too many 401
/403
response status codes.
It does this by appending a middleware to your kernel, which uses a RateLimiter
.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Daniel Bakan
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-throttle-snooping with dependencies
spatie/laravel-package-tools Version ^1.4.3
illuminate/contracts Version ^8.0|^9.0|^10.0