A rate limiter for Laravel
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.
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.