gerifield / little-red-queue
Small PHP queue system with redis backend.
1.0.1
2014-12-17 15:56 UTC
Requires
- php: >=5.3
- predis/predis: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.4
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-11-05 04:06:34 UTC
README
This is a small queue library for PHP.
It gives you the maximal freedom for choosing and using your own worker lib for example Ustream Daemon.
Install
Via Composer
$ composer require gerifield/little-red-queue
Usage
TODO
Testing
$ /vendor/bin/phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.