spiral/queue
Spiral Queue provides a unified API to enqueue and process background jobs in Spiral apps, with drivers for popular backends, configurable workers, retries, and delayed execution. Use it to offload emails, imports, and other long-running tasks.
The spiral/queue package is explicitly designed for the Spiral framework, not Laravel, creating fundamental architectural misalignment. Laravel's queue system relies on Illuminate\Queue contracts, job serialization via Laravel's serializer, and ecosystem integrations (e.g., Horizon, Redis drivers), while spiral/queue depends on Spiral-specific components like spiral/roadrunner-worker and its dependency injection system. There is no compatibility between their interfaces, job lifecycle management, or driver architectures. Integration feasibility is near-zero without extensive custom bridging code,
How can I help you explore Laravel packages today?