yiisoft/yii2-queue
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman observed · 2026-09-01
Health v2 · maintenance only
68/100
- Activity 100
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3593
- days_rel: n/a
- days_push: 2
- n_releases_24m: 0
Adoption not part of the score
1064 stars · 285 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Yii2 framework extension for running tasks asynchronously via queues, with drivers for DB, Redis, RabbitMQ/AMQP, Beanstalk, ActiveMQ, and Gearman. Jobs are defined as PHP classes and executed via console worker commands, with support for delayed execution.
Use cases
- run background jobs asynchronously in a yii2 app
- send emails or process files without blocking requests
- delay a task to run after a few minutes
- process image downloads in a worker queue
- offload slow tasks from web requests to a queue worker
When to choose
- you use the Yii2 framework and need async task processing
- you want a unified queue API across multiple backends like Redis, RabbitMQ, or DB
- you need delayed/scheduled job execution with console workers
When to avoid
- you use Laravel or Symfony (use their native queue systems)
- you need a standalone queue broker rather than a framework integration
- your project runs PHP below 8.3
Facets
library · maturity active
message-queue scheduling workflow-automation backend web-development php cli yii2 queue async-tasks job-processing rabbitmq redis beanstalk gearman amqp messaging automation web-server
2 sources
- readme: https://github.com/yiisoft/yii2-queue · fetched 2026-09-01 · 2feb33ef352f
- homepage: http://www.yiiframework.com · fetched 2026-08-29 · f2ef08184ecc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yiisoft/yii2-queue | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="yiisoft/yii2-queue")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem