laravel-concurrent-limiter
by largerio
LaravelConcurrentLimiter is a lightweight Laravel middleware that limits concurrent requests per user (or IP). It delays requests until a slot is available or returns an error after a maximum wait time, protecting your app from resource exhaustion and ensuring fair usage under high load.
laravel-smart-scraper
by shammaa
Advanced intelligent web scraper for Laravel with caching, rate limiting, middleware, monitoring, and much more. Built on Puppeteer with smart features.
laravel-parallel
Simple parallel processing for Laravel - Powered by AMPHP with automatic CPU detection.