Sem descrição

Marc 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
Command 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
DependencyInjection 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
Driver c20da7bfca Uploading first refactoring version há 12 anos atrás
Exceptions c20da7bfca Uploading first refactoring version há 12 anos atrás
Module 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
Resources 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
Service 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
Workers c20da7bfca Uploading first refactoring version há 12 anos atrás
GearmanBundle.php 9c59b848c9 Fixing some files for refactoring há 12 anos atrás
README.md 42e8e822d2 Edited README.md há 12 anos atrás
composer.json 09e92aa6fb Adding more changes to refactoring há 12 anos atrás

README.md

#GearmanBundle for Symfony2

###Installing GearmanBundle You have to add require line into you composer.json file

"require": {
    "php": ">=5.3.3",
    "symfony/symfony": "2.3.*",
    ...
    "mmoreram/gearman-bundle": "dev-master"
},

Then you have to use composer to update your project dependencies

php composer.phar update

And register the bundle in your appkernel.php file

return array(
    // ...
    new Mmoreram\GearmanBundle\GearmanBundle(),
    // ...
);