ditscheri / laravel-throttle-snooping
laravel-throttle-snooping
1.1.3
2023-04-11 18:04 UTC
Requires
- php: ^7.4|^8.0
- illuminate/contracts: ^8.0|^9.0|^10.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.10|^6.0|^7.0
- orchestra/testbench: ^6.15|^7.0|^8.0
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^4.4
This package is auto-updated.
Last update: 2024-11-11 21:22:10 UTC
README
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:
composer require ditscheri/laravel-throttle-snooping
You can publish the config file with:
php artisan vendor:publish --provider="Ditscheri\ThrottleSnooping\ThrottleSnoopingServiceProvider" --tag="throttle-snooping-config"
Usage
// TODO
Testing
composer test
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 daniel@ditscheri.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.