This symfony app contains the JMS Job Queue Bundle.
It is a proof of concept.
Once the source code is cloned, run:
composer install
- Edit
app/config/parameters.yml
to include valid database credentials. app/console doctrine:database:create
app/console doctrine:schema:create
app/console server:run
Visit http://127.0.0.1:8000/jobs/ and you should see the Jobs overview.