abc/job
最新稳定版本:0.4.10
Composer 安装命令:
composer require abc/job
包简介
A PHP library for asynchronous distributed job processing
README 文档
README
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.
统计信息
- 总下载量: 9.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-25