PHPackages                             spiral/jobs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. spiral/jobs

AbandonedArchivedLibrary[Queues &amp; Workers](/categories/queues)

spiral/jobs
===========

Spiral: Jobs Jobs and Queue

v2.2.2(4y ago)59221.1k↓39.1%11[6 issues](https://github.com/spiral-modules/jobs/issues)MITGoPHP &gt;=7.2

Since Aug 26Pushed 4y ago13 watchersCompare

[ Source](https://github.com/spiral-modules/jobs)[ Packagist](https://packagist.org/packages/spiral/jobs)[ RSS](/packages/spiral-jobs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (38)Used By (0)

RoadRunner: Background PHP workers, Queue brokers
=================================================

[](#roadrunner-background-php-workers-queue-brokers)

[![Latest Stable Version](https://camo.githubusercontent.com/d82612c41b8827b2cc8fdb47fafa831fcac75fe80cb2063400329762726e6758/68747470733a2f2f706f7365722e707567782e6f72672f73706972616c2f6a6f62732f76657273696f6e)](https://packagist.org/packages/spiral/jobs)[![GoDoc](https://camo.githubusercontent.com/863d962b3a5710f0e006e78994ed9ecaa7db92ce66db510ae67c192ea5378fef/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f73706972616c2f6a6f62733f7374617475732e737667)](https://godoc.org/github.com/spiral/jobs)[![CI](https://github.com/spiral/jobs/workflows/CI/badge.svg)](https://github.com/spiral/jobs/actions)[![Go Report Card](https://camo.githubusercontent.com/7b88e9bb84d68625e4659be9f69c74bbb83265e8fcfe1169be856ad9adfb5c1c/68747470733a2f2f676f7265706f7274636172642e636f6d2f62616467652f6769746875622e636f6d2f73706972616c2f6a6f6273)](https://goreportcard.com/report/github.com/spiral/jobs)[![Codecov](https://camo.githubusercontent.com/54c9ee588a4ee590415a625af304513cd5705d20d616065ae13506ccb256be90/68747470733a2f2f636f6465636f762e696f2f67682f73706972616c2f6a6f62732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/spiral/jobs/)

Documentation
-------------

[](#documentation)

- [Installation and Configuration](https://spiral.dev/docs/queue-configuration)
- [Console Commands](https://spiral.dev/docs/queue-commands)
- [Running Jobs](https://spiral.dev/docs/queue-jobs)
- [Standalone Usage](https://spiral.dev/docs/queue-standalone)

Features
--------

[](#features)

- supports in memory queue, Beanstalk, AMQP, AWS SQS
- can work as standalone application or as part of RoadRunner server
- multiple pipelines per application
- durable (prefetch control, graceful exit, reconnects)
- automatic queue configuration
- plug-and-play PHP library (framework agnostic)
- delayed jobs
- job level timeouts, retries, retry delays
- PHP and Golang consumers and producers
- per pipeline stop/resume
- interactive stats, events, RPC
- works on Windows

License:
--------

[](#license)

The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity46

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 95.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~123 days

Total

31

Last Release

1706d ago

Major Versions

v0.2.2 → v1.0.02019-01-21

v1.1.4 → v2.0.02019-09-23

PHP version history (3 changes)v0.1.0PHP ^7.1

v2.1.0PHP ^7.2

v2.2.1PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/796136?v=4)[Anton Tsitou](/maintainers/wolfy-j)[@wolfy-j](https://github.com/wolfy-j)

---

Top Contributors

[![wolfy-j](https://avatars.githubusercontent.com/u/796136?v=4)](https://github.com/wolfy-j "wolfy-j (459 commits)")[![siad007](https://avatars.githubusercontent.com/u/2149445?v=4)](https://github.com/siad007 "siad007 (12 commits)")[![bors[bot]](https://avatars.githubusercontent.com/in/1847?v=4)](https://github.com/bors[bot] "bors[bot] (6 commits)")[![SerafimArts](https://avatars.githubusercontent.com/u/2461257?v=4)](https://github.com/SerafimArts "SerafimArts (2 commits)")[![vvval](https://avatars.githubusercontent.com/u/11367763?v=4)](https://github.com/vvval "vvval (2 commits)")

---

Tags

amazon-sqsamqpasyncbeanstalkgolangjobsphp7queueroadrunnerspiral

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/spiral-jobs/health.svg)

```
[![Health](https://phpackages.com/badges/spiral-jobs/health.svg)](https://phpackages.com/packages/spiral-jobs)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.3M26](/packages/league-geotools)[baldinof/roadrunner-bundle

A RoadRunner worker as a Symfony Bundle

3061.3M1](/packages/baldinof-roadrunner-bundle)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2228.8M171](/packages/react-async)[react/promise-stream

The missing link between Promise-land and Stream-land for ReactPHP

11512.9M45](/packages/react-promise-stream)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
