gerifield / little-red-queue
Small PHP queue system with redis backend.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/gerifield/little-red-queue
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: 2025-10-21 09:01:54 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.