Ingen beskrivning

Marc Morera cf1812a7d5 Adding MIT in LICENSE 10 år sedan
Command 56c8f13606 Applied php-formatter to all package 10 år sedan
DependencyInjection 56c8f13606 Applied php-formatter to all package 10 år sedan
Dispatcher 56c8f13606 Applied php-formatter to all package 10 år sedan
Driver 59bd7bdd43 Setting all commands as a service 11 år sedan
Event 56c8f13606 Applied php-formatter to all package 10 år sedan
Exceptions 56c8f13606 Applied php-formatter to all package 10 år sedan
Generator 59bd7bdd43 Setting all commands as a service 11 år sedan
Module 56c8f13606 Applied php-formatter to all package 10 år sedan
Resources a8842d42cb escaped backslashes 11 år sedan
Service 56c8f13606 Applied php-formatter to all package 10 år sedan
Tests 56c8f13606 Applied php-formatter to all package 10 år sedan
.editorconfig 16275d85bb Solved #70. Added new parameter configuration 11 år sedan
.formatter.yml 7fca1bfb1a Added php-formatter as dependency 10 år sedan
.gitignore 41410d72a0 moved phpunit.xml to phpunit.xml.dist 11 år sedan
.scrutinizer.yml 59bd7bdd43 Setting all commands as a service 11 år sedan
.travis.yml 9f267c352c Updated travis.yml 11 år sedan
CHANGELOG.md 980abc7ff5 Added changelog.md with all available information. Up to date 11 år sedan
CONTRIBUTING.md 5483e7e734 Update CONTRIBUTING.md 11 år sedan
GearmanBundle.php 56c8f13606 Applied php-formatter to all package 10 år sedan
GearmanEvents.php 7a4af2833d Fixed issues with GearmanWorkExecutedEvent feature 11 år sedan
GearmanMethods.php 59bd7bdd43 Setting all commands as a service 11 år sedan
LICENSE cf1812a7d5 Adding MIT in LICENSE 10 år sedan
README.md 781dd75b8f Fixed some phpcs, travis and doc 11 år sedan
composer.json 9d80359c6f Changed branch-alias of dev-master to 3.0-dev 10 år sedan
humans.txt 781dd75b8f Fixed some phpcs, travis and doc 11 år sedan
phpunit.xml.dist 41410d72a0 moved phpunit.xml to phpunit.xml.dist 11 år sedan

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.