Laravel Throttle

screenshot of Laravel Throttle

A rate limiter for Laravel

Overview:

Laravel Throttle is a rate limiter for Laravel created and maintained by Graham Campbell. It supports PHP versions 7.4-8.3 and Laravel versions 8-11. It offers optional configurations and allows for caching drivers to be defined.

Features:

  • Rate Limiter: Limits the number of requests a user can make within a specified time frame.
  • Support for Multiple Laravel Versions: Compatible with Laravel versions 8 to 11, ensuring flexibility.
  • Customizable Configuration: Optional configuration settings to tailor the rate limiting functionality.

Summary:

Laravel Throttle, created by Graham Campbell, is a rate limiting package for Laravel applications. It supports a range of Laravel and PHP versions, offers customizable configuration options, and allows for the limiting of requests made by users. Installation is straightforward using Composer, making it accessible to developers working with Laravel frameworks.