Skip to content

pwhelan/randr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RandR

Build Status

RandR is a PHP Resque compatible server using React PHP. Currently it supports the logging extensions PHP Resque Ex does but in the future these should be abstracted away by using Evenement.

Prerequisites

RandR pretty much requires the same things as PHP Resque or PHP Resque-Ex.

  • Redis - key/value store database, used as a task queue.

Installation

Use composer or github to install.

To start up a test run of RandR is easy enough:

user@host:~Code$ git clone https://github.com/pwhelan/randr.git
user@host:~Code$ cd randr
user@host:~Code/amused$ APP_INCLUDE=tests/TestWorker.php QUEUES="test[4]" ./bin/randr

About

ReactPHP Resque Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published