Нема описа

David Moreau 29e0ab901e new GearmanWorkStartingEvent пре 10 година
Command 89ab9052cf option no-description was not working, fixed пре 10 година
DependencyInjection 56c8f13606 Applied php-formatter to all package пре 11 година
Dispatcher b24f412975 Some stuff for version3 пре 11 година
Driver 59bd7bdd43 Setting all commands as a service пре 11 година
Event 29e0ab901e new GearmanWorkStartingEvent пре 10 година
Exceptions 56c8f13606 Applied php-formatter to all package пре 11 година
Generator 59bd7bdd43 Setting all commands as a service пре 11 година
Module 56c8f13606 Applied php-formatter to all package пре 11 година
Resources 346597f8be fix dummy error пре 10 година
Service 4bcf6c9315 executeJob can be passed a specific gearmanWorker instance пре 10 година
Tests 92d09bab5e green test for GEARMAN_WORK_EXECUTED пре 10 година
.editorconfig 16275d85bb Solved #70. Added new parameter configuration пре 11 година
.formatter.yml e571f5549c new line пре 10 година
.gitignore 41410d72a0 moved phpunit.xml to phpunit.xml.dist пре 11 година
.scrutinizer.yml 8f2f560d1f new line пре 10 година
.travis.yml 9f267c352c Updated travis.yml пре 11 година
CHANGELOG.md 980abc7ff5 Added changelog.md with all available information. Up to date пре 11 година
CONTRIBUTING.md 5483e7e734 Update CONTRIBUTING.md пре 11 година
GearmanBundle.php 56c8f13606 Applied php-formatter to all package пре 11 година
GearmanEvents.php 29e0ab901e new GearmanWorkStartingEvent пре 10 година
GearmanMethods.php 59bd7bdd43 Setting all commands as a service пре 11 година
LICENSE cf1812a7d5 Adding MIT in LICENSE пре 11 година
README.md 7e942f90e3 new line пре 10 година
UPGRADE-3.md b24f412975 Some stuff for version3 пре 11 година
composer.json 02fb4de111 composer.json: add dependency to ext-gearman пре 11 година
humans.txt 781dd75b8f Fixed some phpcs, travis and doc пре 11 година
phpunit.xml.dist 41410d72a0 moved phpunit.xml to phpunit.xml.dist пре 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.