Workflower

一个适用于 PHP 的 BPMN 2.0 工作流引擎。「A BPMN 2.0 workflow engine for PHP.」

Github星跟踪图

Workflower

一个用于 PHP 的 BPMN 2.0 工作流引擎。

Workflower 是一个用于 PHP 的 BPMN 2.0 工作流引擎。Workflower 使用 BPMN 2.0 规范 运行业务流程。它是开源的,在 the BSD 2-Clause License 下发布。

特性

  • 工作流
    • 工作流程引擎和领域模型
  • 流程
    • 一些用于处理 ProcessInstance 对象的接口
  • 定义
    • 用于存储所有流程定义的流程定义库(ProcessDefinitionRepository
    • BPMN 2.0 流程定义导入器
  • 持久性
    • 用于 ProcessInstance 对象的序列化/反序列化接口

支持的工作流元素

  • 连接对象
    • 序列流
  • 流程对象
    • 活动
      • 任务
      • 服务任务
      • 发送任务
      • 用户任务
      • 手动任务
      • 呼叫活动任务
      • 子流程任务
    • 事件
      • 开始事件
      • 结束事件
      • 终止结束事件
    • 网关
      • 专属网关
      • 包容性网关
      • 平行网关
  • 泳道
    • 车道

安装

Workflower 可以使用 Composer 安装。

在你的 composer.json 文件中添加对 phpmentors/workflower 的依赖,如下所示:

稳定的版本:

composer require phpmentors/workflower "1.4.*"

开发版本:

composer require phpmentors/workflower "~2.0@dev"

文档

支持

如果你发现一个错误或有一个问题,或者想申请一个功能,请在Issues上创建一个问题或拉动请求。

版权声明

Copyright (c) 2015-2019 Atsuhiro Kubo and contributors, All rights reserved.

许可证

The BSD 2-Clause License

主要指标

概览
名称与所有者phpmentors-jp/workflower
主编程语言PHP
编程语言PHP (语言数: 2)
平台BSD, Linux, Mac, Solaris, Unix-like, Windows
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2015-05-19 09:46:57
推送于2023-08-18 14:59:23
最后一次提交2021-04-29 17:50:01
发布数7
最新版本名称v1.4.1 (发布于 2019-12-03 22:22:16)
第一版名称v1.0.0 (发布于 2015-07-23 00:15:03)
用户参与
星数700
关注者数48
派生数146
提交数320
已启用问题?
问题数54
打开的问题数32
拉请求数30
打开的拉请求数7
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Workflower

A BPMN 2.0 workflow engine for PHP

Workflower is a BPMN 2.0 workflow engine for PHP. Workflower runs business processes using the BPMN 2.0 specification. It's open-source and distributed under the BSD 2-Clause License.

Total Downloads
Latest Stable Version
Latest Unstable Version
Build Status

Features

  • Workflow
    • The workflow engine and domain model
  • Process
    • Some interfaces to work with Workflow objects
  • Definition
    • BPMN 2.0 process definitions
  • Persistence
    • Serialize/deserialize interfaces for Workflow objects

Supported workflow elements

  • Connecting objects
    • Sequence flows
  • Flow objects
    • Activities
      • Tasks
      • Service tasks
      • Send tasks
    • Events
      • Start events
      • End events
    • Gateways
      • Exclusive gateways
  • Swimlanes
    • Lanes

Installation

Workflower can be installed using Composer.

Add the dependency to phpmentors/workflower into your composer.json file as the following:

Stable version:

composer require phpmentors/workflower "1.4.*"

Development version:

composer require phpmentors/workflower "~2.0@dev"

Documentation

Support

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.

Copyright (c) 2015-2019 KUBO Atsuhiro and contributors, All rights reserved.

License

The BSD 2-Clause License

Acknowledgments

Q-BPM.org by Questetra,Inc. is the excellent web site for developers such as us who want to create a workflow engine, which is also called business process management (BPM) engine.