Skip to content

Throttleable

Compare
Choose a tag to compare
@MadMikeyB MadMikeyB released this 25 Oct 20:28
· 14 commits to master since this release

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