Ross ROSS = Recommend OSS · open-source software intelligence for agents

yiisoft/yii2-queue

Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman observed · 2026-09-01

github.com/yiisoft/yii2-queue · homepage · PHP · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
yiisoft/yii2-queuemain68

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