2017 © Pedro Peláez
 

symfony-bundle job-bundle

A symfony bundle for asynchronous job processing.

image

aboutcoders/job-bundle

A symfony bundle for asynchronous job processing.

  • Saturday, February 17, 2018
  • by aboutcoders
  • Repository
  • 4 Watchers
  • 24 Stars
  • 2,633 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

AbcJobBundle

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

Build Status: Build Status, (*2)

Features

This bundle provides the following features:, (*3)

  • 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., (*4)

License

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

The Versions