yiisoft/yii2-queue
Yii2 Queue runs tasks asynchronously via pluggable queue backends: DB, Redis, RabbitMQ/AMQP, Beanstalk, ActiveMQ, and Gearman. Define jobs as classes implementing JobInterface and push them to the queue for background processing.
Yii2 Queue Extension enables asynchronous task processing in Yii2 apps via pluggable queue backends. Define each task as a job class implementing \yii\queue\JobInterface, push it to the queue, and run workers to execute jobs outside the request cycle for better responsiveness and reliability.
Supports multiple drivers and fits both simple background tasks and high-throughput pipelines with monitoring-friendly tooling.
JobInterface and execute($queue)How can I help you explore Laravel packages today?