https://github.com/spiral/queue
[READ ONLY] RoadRunner: Background PHP workers, Queue brokers
https://github.com/spiral/queue
php queue spiral spiral-framework
Last synced: 4 months ago
JSON representation
[READ ONLY] RoadRunner: Background PHP workers, Queue brokers
- Host: GitHub
- URL: https://github.com/spiral/queue
- Owner: spiral
- License: mit
- Created: 2022-01-26T09:45:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T11:08:55.000Z (5 months ago)
- Last Synced: 2026-01-19T18:14:01.592Z (5 months ago)
- Topics: php, queue, spiral, spiral-framework
- Language: PHP
- Homepage: https://github.com/spiral/framework
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RoadRunner: Background PHP workers, Queue brokers
[](https://packagist.org/packages/spiral/queue)
[](https://packagist.org/packages/spiral/queue)
[](https://github.com/spiral/queue/actions)
[](https://github.com/spiral/queue/actions)
[](https://codecov.io/gh/spiral/queue/)
[](https://packagist.org/packages/spiral/queue)
[](https://shepherd.dev/github/spiral/queue)
[](https://shepherd.dev/github/spiral/queue)

[Documentation](https://spiral.dev/docs/queue-configuration) | [Framework Bundle](https://github.com/spiral/framework)
## 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:
MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [Spiral Scout](https://spiralscout.com).