Download the PHP package rpq/server without Composer
On this page you can find all versions of the php package rpq/server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package server
Short Description Redis Priority Queue Server implementation in pure PHP
License BSD-3-Clause
Informations about the package server
RPQ: Redis Priority Queue
RPQ is a simple, efficient, prioritized background job queue for PHP.
RPQ is a background processor for PHP, written in pure PHP. RPQ enables your application to asynchronously execute background tasks into a priority queue stored in Redis. Jobs can be prioritized, allowing for more important jobs to run first. RPQ uses multi-processing to handle multiple jobs at the same time. It exposes a simple API to create job handlers.
Note that this project is very much in the Alpha quality stage. There are bugs, and things may not be working correctly.
Requirements
RPQ supports PHP 7.1+, and requires Redis 3.0.3+, and pcntl.
Amp\Process\Process is not compatible Windows.
Installation
RPQ can be added to your project via composer.
For information about how to create jobs, and schedule tasks take a look at the examples directory also contains a few job worker examples which you can use as reference.
License
RPQ is licensed under the BSD 3-Clause license. See LICENSE for more details.
All versions of server with dependencies
ext-redis Version ^3.1.2 || ^4.0.2
ext-pcntl Version *
amphp/amp Version ^2.0
amphp/process Version ^v0.3
symfony/console Version ^4.0
symfony/yaml Version ^4.1
rpq/client Version ^0.1.2
monolog/monolog Version ^1.23
symfony/process Version ^4.1