Skip to content

Releases: MadMikeyB/throttleable

Adds support up to Laravel 7.x

27 Jan 16:08
4249864
Compare
Choose a tag to compare
0.5

Adds Support up to Laravel 7.x

Laravel 5.7 Support

24 Oct 21:07
b9333e7
Compare
Choose a tag to compare

This release adds Laravel 5.7 Support.

Laravel 5.6 Compatbility

19 Mar 18:08
Compare
Choose a tag to compare

This tag enables Laravel 5.6 compatibility. 🎉

0.2 - Time Metrics

27 Oct 22:02
Compare
Choose a tag to compare
  • You can now throttle on an hourly, daily or weekly basis, rather than just weekly.
  • PHP CS fixes.

Throttleable

25 Oct 20:28
Compare
Choose a tag to compare

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