laravel-queue-concurrency
by mathiasgrimm
A queue driver for Laravel's Concurrency component. The same blocking Concurrency::run() API, but your closures run on queue workers and the results come back to the caller.
laravel-test-container
by othmanhaba
Run your Laravel test suite in parallel against a disposable MySQL or PostgreSQL container.
laravel-test-lanes
by mozex
Give every concurrent Laravel test run its own databases by claiming a machine-unique lane for each process
laravel-parallel-db
by kosadchiy
Laravel package for in-process parallel SQL execution via native pgsql/mysqli async APIs.
laravel-parallel
Simple parallel processing for Laravel - Powered by AMPHP with automatic CPU detection.
laravel-amphp
by keggermont
Boost Laravel performance with AmPHP's asynchronous capabilities. Run parallel tasks, HTTP requests, and database operations with automatic chunking while retaining a simple, expressive API. Perfect for improving API response times and resource utilization.