定制 abc/job 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

abc/job

最新稳定版本:0.4.10

Composer 安装命令:

composer require abc/job

包简介

A PHP library for asynchronous distributed job processing

README 文档

README

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.

统计信息

  • 总下载量: 9.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-09-25