2017 © Pedro Peláez
 

library react-gearman

image

zikarsky/react-gearman

  • Monday, April 2, 2018
  • by bzikarsky
  • Repository
  • 5 Watchers
  • 22 Stars
  • 5,644 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 9 Open issues
  • 12 Versions
  • 2 % Grown

The README.md

gearman-async Latest Stable Version Total Downloads

Build Status, (*1)

A async Gearman implementation for PHP ontop of reactphp, (*2)

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!, (*3)

Please run tests and fix code-style with:, (*4)

  • 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, (*5)

The Versions