Download the PHP package abc/job without Composer
On this page you can find all versions of the php package abc/job. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor abc
Package job
Short Description A PHP library for asynchronous distributed job processing
License MIT
Package job
Short Description A PHP library for asynchronous distributed job processing
License MIT
Please rate this library. Is it a good library?
Informations about the package job
abc-job
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
Demo
You can find a demo here.
License
The MIT License (MIT). Please see License File for more information.
All versions of job with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
psr/log Version ^1.1
symfony/property-access Version ^4.3|^5.1
symfony/uid Version ^4.3|^5.1
guzzlehttp/guzzle Version ^6.0|^7.0
justinrainbow/json-schema Version ^5.0
myclabs/php-enum Version ^1.6
abc/api-problem Version ^0.1
ext-json Version *
psr/log Version ^1.1
symfony/property-access Version ^4.3|^5.1
symfony/uid Version ^4.3|^5.1
guzzlehttp/guzzle Version ^6.0|^7.0
justinrainbow/json-schema Version ^5.0
myclabs/php-enum Version ^1.6
abc/api-problem Version ^0.1
ext-json Version *
The package abc/job contains the following files
Loading the files please wait ....