Articles about

Lumen 5.2

Request Rate Limiting in Lumen 5.2

February 29th, 2016 — If you look at Laravel 5.2, you'll find that it has Middleware called "throttle". This particular middleware is capable of limiting requests and works using internal cache system.