Skip to content

A PHP library for asynchronous distributed job processing

License

Notifications You must be signed in to change notification settings

aboutcoders/php-job

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abc-job

Build Status

A PHP library for asynchronous distributed job processing using php-enqueue as transport layer.

Note: This project is still experimental!

Features

This library provides the following features:

  • Asynchronous distributed processing of
    • Job: a single job
    • Batch: multiple jobs that are processed in parallel
    • Sequence: multiple jobs processed in sequential order
    • Free composition of Job, Sequence, and Batch
  • Status information about jobs
  • Cancellation and restarting of jobs
  • Scheduled processing of jobs (requires AbcSchedulerBundle 2.x)
  • JSON REST-Api & PHP client library
  • OpenApi documentation

Installation

composer require abc/job

Demo

You can find a demo here.

License

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

About

A PHP library for asynchronous distributed job processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages