nekudo/shiny_gears

Simple Gearman Worker Framework

v1.0.3 2017-12-03 16:06 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:40:59 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.