ditscheri/laravel-throttle-snooping

1.1.3 2023-04-11 18:04 UTC

This package is auto-updated.

Last update: 2024-05-11 20:14:56 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.