nekudo / shiny_gears
Simple Gearman Worker Framework
v1.0.3
2017-12-03 16:06 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2024-11-10 05:40:29 UTC
README
A simple framework to manage Gearman workers processes.
Features
- Start/Stop/Restart worker processes.
- Keepalive method to monitor processes and restart them in case they die.
- Organize worker processes in multiple pools.
Installation
Using composer:
composer require nekudo/shiny_gears
Documentation
Please see the "example" folder for a complete example on how to use this framework.
License
Released under the terms of the MIT license. See LICENSE file for details.