Sen descrición

Luciano 58f574bacf Fix deprecated warnings %!s(int64=9) %!d(string=hai) anos
Command bdb2822eb9 Patch added to improve resilience to several types of failure. %!s(int64=10) %!d(string=hai) anos
DependencyInjection 7c5b28c931 Configuration tree changes. %!s(int64=10) %!d(string=hai) anos
Dispatcher 05e63327c5 Set our $context wrapped in array to context field of event object. %!s(int64=10) %!d(string=hai) anos
Driver bdb2822eb9 Patch added to improve resilience to several types of failure. %!s(int64=10) %!d(string=hai) anos
Event e81c358a42 Merge remote-tracking branch 'origin/master' into feature/worker-management %!s(int64=10) %!d(string=hai) anos
Exceptions bdb2822eb9 Patch added to improve resilience to several types of failure. %!s(int64=10) %!d(string=hai) anos
Generator 59bd7bdd43 Setting all commands as a service %!s(int64=11) %!d(string=hai) anos
Module b61ef0e97a 1) Fixed PR #139 issues. 2) Fixed some inconsistencies along the way. %!s(int64=10) %!d(string=hai) anos
Resources 58f574bacf Fix deprecated warnings %!s(int64=9) %!d(string=hai) anos
Service cc857557f2 Enable for graceful restarts on systems with pcntl_signal enabled. %!s(int64=9) %!d(string=hai) anos
Tests e81c358a42 Merge remote-tracking branch 'origin/master' into feature/worker-management %!s(int64=10) %!d(string=hai) anos
.editorconfig 16275d85bb Solved #70. Added new parameter configuration %!s(int64=11) %!d(string=hai) anos
.formatter.yml e571f5549c new line %!s(int64=10) %!d(string=hai) anos
.gitignore 41410d72a0 moved phpunit.xml to phpunit.xml.dist %!s(int64=11) %!d(string=hai) anos
.scrutinizer.yml 8f2f560d1f new line %!s(int64=10) %!d(string=hai) anos
.travis.yml 9f267c352c Updated travis.yml %!s(int64=11) %!d(string=hai) anos
CHANGELOG.md 980abc7ff5 Added changelog.md with all available information. Up to date %!s(int64=11) %!d(string=hai) anos
CONTRIBUTING.md 5483e7e734 Update CONTRIBUTING.md %!s(int64=11) %!d(string=hai) anos
GearmanBundle.php 56c8f13606 Applied php-formatter to all package %!s(int64=10) %!d(string=hai) anos
GearmanEvents.php 29e0ab901e new GearmanWorkStartingEvent %!s(int64=10) %!d(string=hai) anos
GearmanMethods.php 59bd7bdd43 Setting all commands as a service %!s(int64=11) %!d(string=hai) anos
LICENSE cf1812a7d5 Adding MIT in LICENSE %!s(int64=10) %!d(string=hai) anos
README.md 7e942f90e3 new line %!s(int64=10) %!d(string=hai) anos
UPGRADE-3.md b24f412975 Some stuff for version3 %!s(int64=10) %!d(string=hai) anos
composer.json bdb2822eb9 Patch added to improve resilience to several types of failure. %!s(int64=10) %!d(string=hai) anos
humans.txt 781dd75b8f Fixed some phpcs, travis and doc %!s(int64=11) %!d(string=hai) anos
phpunit.xml.dist 41410d72a0 moved phpunit.xml to phpunit.xml.dist %!s(int64=11) %!d(string=hai) anos

README.md

GearmanBundle for Symfony2

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

GearmanBundle is a bundle for Symfony2 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.

Tags

  • Use last unstable version ( alias of dev-master ) to stay always in last commit
  • Use last stable version tag to stay in a stable release.
  • Latest Unstable Version Latest Stable Version

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.