Releases: MadMikeyB/throttleable
Releases · MadMikeyB/throttleable
Adds support up to Laravel 7.x
Laravel 5.7 Support
This release adds Laravel 5.7 Support.
Laravel 5.6 Compatbility
This tag enables Laravel 5.6 compatibility. 🎉
0.2 - Time Metrics
- You can now throttle on an hourly, daily or weekly basis, rather than just weekly.
- PHP CS fixes.
Throttleable
Throttle requests to your application based on users IP address.
- Set a threshold on how many requests an IP address can make.
- Throttles expire after a configurable period of time.
- Throttles are unique per IP address.
- Configurable through
config/throttleable.php
Please see the README for more information