pwhelan / randr
Low latency Resque server for PHP
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:server
Requires
- php: >=5.3.0
- ext-pcntl: *
- clue/redis-react: v0.4.0
- evenement/evenement: 2.0.0
- fresque/fresque: dev-master
- illuminate/support: 4.*
- kamisama/php-resque-ex: >=1.2.7
- kamisama/php-resque-ex-scheduler: >=1.2.2
- mkraemer/react-pcntl: 2.0.0
- react/react: 0.4.1
This package is not auto-updated.
Last update: 2025-03-11 07:02:05 UTC
README
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