Нема описа

Marc f7bb5baec7 Removed usued file пре 12 година
Command 09e92aa6fb Adding more changes to refactoring пре 12 година
DependencyInjection c36f0a2367 Some config editions пре 12 година
Driver c20da7bfca Uploading first refactoring version пре 12 година
Exceptions c20da7bfca Uploading first refactoring version пре 12 година
Module 09e92aa6fb Adding more changes to refactoring пре 12 година
Resources 09e92aa6fb Adding more changes to refactoring пре 12 година
Service f7bb5baec7 Removed usued file пре 12 година
Workers c20da7bfca Uploading first refactoring version пре 12 година
GearmanBundle.php 09e92aa6fb Adding more changes to refactoring пре 12 година
README.md 42e8e822d2 Edited README.md пре 12 година
composer.json 09e92aa6fb Adding more changes to refactoring пре 12 година

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(),
    // ...
);