mcfedr/job-manager-bundle

This package is abandoned and no longer maintained. The author suggests using the mcfedr/queue-manager-bundle package instead.

A bundle for managing job queues

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.5.1 2014-05-30 07:20 UTC

This package is auto-updated.

Last update: 2022-02-01 12:33:05 UTC


README

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(),