Download the PHP package switon/queue without Composer
On this page you can find all versions of the php package switon/queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package queue
Switon Queue Package
Switon's Redis-backed queue transport for named queues, job discovery, delayed delivery, and worker/CLI execution.
Highlights
- Named queues: push, pull, consume, and delay all use logical queue names.
- Envelope metadata: each job keeps its body, headers, message id, queue name, and timestamp together.
- Job discovery:
#[Queued]binds runner jobs to logical queues. - Delayed delivery: delayed jobs can be surfaced back into the active queue.
- Worker and stats flow: CLI commands cover
queue:stats,queue:push,queue:run,queue:work, andqueue:migrate-due.
Installation
Quick Start
Docs: https://docs.switon.dev/latest/queue
License
MIT.
All versions of queue with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
psr/event-dispatcher Version ^1.0
switon/composer-extra Version ^1.0
switon/core Version ^1.0
switon/event Version ^1.0
switon/executor Version ^1.0
switon/redis Version ^1.0
psr/event-dispatcher Version ^1.0
switon/composer-extra Version ^1.0
switon/core Version ^1.0
switon/event Version ^1.0
switon/executor Version ^1.0
switon/redis Version ^1.0
The package switon/queue contains the following files
Loading the files please wait ...