설명 없음

Marc Morera 2e628e5a7a Merge pull request #104 from saleksandras/master 11 년 전
Command 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
DependencyInjection 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Dispatcher 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Driver 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Event 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Exceptions 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Generator 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Module 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
Resources 9d00b1c362 Update installation.rst 11 년 전
Service 00e91ba3ce Change depricated GearmanMethods::GEARMAN_METHOD_DO method to GearmanMethods::GEARMAN_METHOD_DONORMAL 11 년 전
Tests 13f2a69fc4 replacing liip with DoctrineCacheBundle 11 년 전
.editorconfig 16275d85bb Solved #70. Added new parameter configuration 11 년 전
.gitignore 2704bba22e Removing .idea PHP storm config at request of repo owner 11 년 전
.travis.yml a0b05c867e travis config for scrutinizer code coverage 11 년 전
CHANGELOG.md 980abc7ff5 Added changelog.md with all available information. Up to date 11 년 전
CONTRIBUTING.md 5483e7e734 Update CONTRIBUTING.md 11 년 전
GearmanBundle.php 7d7832b875 Some phpcs fixes from php-cs-fixer project 11 년 전
GearmanEvents.php 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
GearmanMethods.php 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
LICENSE 580b399fb8 Some fixed code for new refactoring version 12 년 전
README.md 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
composer.json 724dbb29ba Solves #97 Updated finder dependency 11 년 전
humans.txt 781dd75b8f Fixed some phpcs, travis and doc 11 년 전
phpunit.xml 7d7832b875 Some phpcs fixes from php-cs-fixer project 11 년 전

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.