|
há 12 anos atrás | |
---|---|---|
Command | há 12 anos atrás | |
DependencyInjection | há 12 anos atrás | |
Driver | há 12 anos atrás | |
Exceptions | há 12 anos atrás | |
Module | há 12 anos atrás | |
Resources | há 12 anos atrás | |
Service | há 12 anos atrás | |
Workers | há 12 anos atrás | |
GearmanBundle.php | há 12 anos atrás | |
README.md | há 12 anos atrás | |
composer.json | há 12 anos atrás |
#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(),
// ...
);