Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcfedr/job-manager-bundle
https://github.com/mcfedr/job-manager-bundle
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcfedr/job-manager-bundle
- Owner: mcfedr
- License: mit
- Created: 2014-03-21T12:59:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T07:21:01.000Z (over 10 years ago)
- Last Synced: 2024-11-04T06:43:48.658Z (about 2 months ago)
- Language: PHP
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Job Manager Bundle
A bundle for managing jobs
[![Latest Stable Version](https://poser.pugx.org/mcfedr/job-manager-bundle/v/stable.png)](https://packagist.org/packages/mcfedr/job-manager-bundle)
[![License](https://poser.pugx.org/mcfedr/job-manager-bundle/license.png)](https://packagist.org/packages/mcfedr/job-manager-bundle)## 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(),