spiral/roadrunner-jobs
Spiral RoadRunner Jobs driver and client for PHP. Run background tasks with RoadRunner’s jobs plugin, supporting queue configuration, message serialization, consuming and publishing jobs, and integrating into Spiral apps and workers for fast, reliable async processing.
Architecture fit: The package integrates seamlessly with Laravel's existing queue system by replacing traditional process-per-job workers with RoadRunner's persistent PHP workers. It leverages Laravel's native dispatch/handler interfaces while offloading processing to RoadRunner's high-performance runtime, reducing process startup overhead. Requires RoadRunner as a standalone service, introducing a new infrastructure dependency but aligning with modern event-driven architectures.
Integration feasibility: Straightforward via Composer installation and
How can I help you explore Laravel packages today?