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.
php artisan queue:work)Executives: "This package reduces infrastructure costs by 30–40% by eliminating redundant PHP process spawning, while cutting job processing latency by 5–10x. It scales seamlessly during traffic spikes—like Black Friday or product launches—without adding servers. For critical workflows like payments or user notifications, it ensures sub-100ms delivery guarantees, directly improving customer experience and revenue reliability."
Engineering: "It integrates with your existing Laravel queue setup in <1 hour using familiar dispatch() and handle() patterns. RoadRunner’s persistent workers process 5,000+ jobs/second per core with 70% less memory than traditional queue:work—no more process thrashing during peak loads. Configurable pipelines let you tune workers for specific workloads (e.g., high-priority vs. batch jobs), and horizontal scaling works out-of-the-box with Kubernetes or Docker. All while maintaining compatibility with your current Redis/database queues."
How can I help you explore Laravel packages today?