zikarsky/react-gearman

A async implementation for gearman ontop of react

1.0.5 2021-04-28 14:12 UTC

This package is auto-updated.

Last update: 2024-03-28 20:39:14 UTC


README

Build Status

A async Gearman implementation for PHP ontop of reactphp

Current status:

  • There is a working implementation for a GearmanClient
  • There is a partially working implementation for GearmanWorker - will be refactored
  • Code is unit-tested and adheres to http://gearman.org/protocol/
  • No real integration tests with gearmand yet. Some examples can be found in examples

Development

Your PRs and changes are very welcome!

Please run tests and fix code-style with:

  • bin/phpunit
  • bin/php-cs-fixer fix

If you want to check code-style before fixing it, run bin/php-cs-fixer fix --dry-run --diff