Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 627 Bytes

Job Manager Bundle

A bundle for managing jobs

Latest Stable Version License

Install

Composer

php composer.phar require mcfedr/job-manager-bundle

AppKernel

Include the bundle in your AppKernel

public function registerBundles()
{
    $bundles = array(
        ...
        new mcfedr\Queue\JobManagerBundle\mcfedrJobManagerBundle(),