nekudo / shiny_gears
Simple Gearman Worker Framework
v1.0.3
2017-12-03 16:06 UTC
Requires
- php: >=7.1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 15:35:24 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.