Sem descrição

orolin 608924c22c Added GearmanTask to GearmanClientCallbackExceptionEvent. há 11 anos atrás
Command 59bd7bdd43 Setting all commands as a service há 11 anos atrás
DependencyInjection 59bd7bdd43 Setting all commands as a service há 11 anos atrás
Dispatcher 608924c22c Added GearmanTask to GearmanClientCallbackExceptionEvent. há 11 anos atrás
Driver 59bd7bdd43 Setting all commands as a service há 11 anos atrás
Event 608924c22c Added GearmanTask to GearmanClientCallbackExceptionEvent. há 11 anos atrás
Exceptions 59bd7bdd43 Setting all commands as a service há 11 anos atrás
Generator 59bd7bdd43 Setting all commands as a service há 11 anos atrás
Module 59bd7bdd43 Setting all commands as a service há 11 anos atrás
Resources 59bd7bdd43 Setting all commands as a service há 11 anos atrás
Service 1ceb5e7acf Merge pull request #110 from mmoreram/feature/commands-as-a-service há 11 anos atrás
Tests a87af40c97 Issue #110 Fixed internal classes mocks há 11 anos atrás
.editorconfig 16275d85bb Solved #70. Added new parameter configuration há 11 anos atrás
.gitignore 41410d72a0 moved phpunit.xml to phpunit.xml.dist há 11 anos atrás
.scrutinizer.yml 59bd7bdd43 Setting all commands as a service há 11 anos atrás
.travis.yml 9f267c352c Updated travis.yml há 11 anos atrás
CHANGELOG.md 980abc7ff5 Added changelog.md with all available information. Up to date há 11 anos atrás
CONTRIBUTING.md 5483e7e734 Update CONTRIBUTING.md há 11 anos atrás
GearmanBundle.php 59bd7bdd43 Setting all commands as a service há 11 anos atrás
GearmanEvents.php 59bd7bdd43 Setting all commands as a service há 11 anos atrás
GearmanMethods.php 59bd7bdd43 Setting all commands as a service há 11 anos atrás
LICENSE 580b399fb8 Some fixed code for new refactoring version há 12 anos atrás
README.md 781dd75b8f Fixed some phpcs, travis and doc há 11 anos atrás
composer.json 49b9d2fa79 Closes #109 Updates phpunit dependency há 11 anos atrás
humans.txt 781dd75b8f Fixed some phpcs, travis and doc há 11 anos atrás
phpunit.xml.dist 41410d72a0 moved phpunit.xml to phpunit.xml.dist há 11 anos atrás

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.