2017 © Pedro Peláez
 

library server

Redis Priority Queue Server implementation in pure PHP

image

rpq/server

Redis Priority Queue Server implementation in pure PHP

  • Thursday, July 19, 2018
  • by charlesportwoodii
  • Repository
  • 1 Watchers
  • 5 Stars
  • 1,050 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 47 % Grown

The README.md

RPQ: Redis Priority Queue

RPQ is a simple, efficient, prioritized background job queue for PHP., (*1)


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., (*2)

Note that this project is very much in the Alpha quality stage. There are bugs, and things may not be working correctly., (*3)

Requirements

RPQ supports PHP 7.1+, and requires Redis 3.0.3+, and pcntl., (*4)

Amp\Process\Process is not compatible Windows., (*5)

Installation

RPQ can be added to your project via composer., (*6)

composer require rpq/server

For information about how to create jobs, and schedule tasks take a look at the Getting Started Guide. The docs directory also contains more information on specific aspects of RPQ. The examples directory also contains a few job worker examples which you can use as reference., (*7)

License

RPQ is licensed under the BSD 3-Clause license. See LICENSE for more details., (*8)

The Versions

19/07 2018

dev-master

9999999-dev

Redis Priority Queue Server implementation in pure PHP

  Sources   Download

BSD-3-Clause

The Requires

 

19/07 2018

0.1.1

0.1.1.0

Redis Priority Queue Server implementation in pure PHP

  Sources   Download

BSD-3-Clause

The Requires

 

10/07 2018

0.1.0

0.1.0.0

Redis Priority Queue Server implementation in pure PHP

  Sources   Download

BSD-3-Clause

The Requires

 

13/03 2018

dev-hup

dev-hup

Redis Priority Queue Server implementation in pure PHP

  Sources   Download

BSD-3-Clause

The Requires