chrisboulton/php-resque
PHP port of resque (Workers and Queueing) observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5981
- days_rel: n/a
- days_push: 1128
- n_releases_24m: 0
Adoption not part of the score
3411 stars · 739 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
php-resque is a PHP port of GitHub's Resque library for creating Redis-backed background jobs, queueing them, and processing them with forked workers. It supports distributed workers, queue priorities, job status tracking, and failure handling.
Use cases
- run background jobs in a PHP app
- queue emails or slow tasks off the request cycle
- process jobs across multiple worker machines
- prioritize tasks with multiple Redis-backed queues
- track the status of queued jobs
- retry or mark failed background jobs
When to choose
- you have a PHP application needing Redis-backed background job processing
- you want compatibility with the Ruby Resque data format and tooling
- you need distributed workers with forking to survive memory leaks
When to avoid
- you need a modern actively developed queue with async support (e.g., Laravel Horizon, Symfony Messenger)
- your stack is not PHP
- you want a built-in web UI for queue monitoring
Facets
library · maturity maintenance
message-queue scheduling concurrency backend developer-tools php self-hosted redis background-jobs job-queue resque workers task-processing automation linux
1 source
- readme: https://github.com/chrisboulton/php-resque · fetched 2026-08-28 · 704da7625168
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chrisboulton/php-resque | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="chrisboulton/php-resque")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem