Skip to content

aboutcoders/job-bundle

Repository files navigation

AbcJobBundle

A symfony bundle to process jobs asynchronously by simply annotating a method and registering the class within the service container.

Build Status: Build Status

Features

This bundle provides the following features:

  • Asynchronous execution of jobs
  • Status information about jobs
  • Functionality to cancel, update, restart a job
  • Repeated execution of jobs with schedules (cron based expressions)
  • JSON REST-Api
  • Support for multiple message queue systems:
    • Doctrine DBAL
    • PhpAmqp / RabbitMQ
    • InMemory
    • Predis / PhpRedis
    • Amazon SQS
    • Iron MQ
    • Pheanstalk

Documentation

Demo Project

Please take a look at aboutcoders/job-bundle-skeleton-app to see how the AbcJobBundle can be used within Symfony project.

License

The MIT License (MIT). Please see License File for more information.