mikaelkael/gearman-bundle

Adds gearman support to your Symfony3 / Symfony4 project

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 102

Type:symfony-bundle

v0.9.3 2018-10-07 10:23 UTC

This package is auto-updated.

Last update: 2024-04-11 21:54:23 UTC


README

SensioLabsInsight Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Latest Unstable Version License Total Downloads

GearmanBundle is a bundle for Symfony2/3 intended to provide an easy way to support developers who need to use job queues. For example: mail queues, Solr generation queues or Database upload queues.

Documentation

Check the documentation in ReadTheDocs. Some recipes will be written soon. If you have some ideas and you want to share them with us, don't hesitate to open a RFC issue or a Pull Request.

Contributing

All code is Symfony2 Code formatted, so every pull request must validate phpcs standards. You should read Symfony2 coding standards and install this CodeSniffer to check all code is validated.

There is also a policy for contributing to this project. All pull request must be all explained step by step, to make us more understandable and easier to merge pull request. All new features must be tested with PHPUnit.

If you'd like to contribute, please read the Contributing Code part of the documentation. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section and use the Pull Request Template.