All Projects → phpmentors-jp → Workflower

phpmentors-jp / Workflower

Licence: bsd-2-clause
A BPMN 2.0 workflow engine for PHP

Programming Languages

flow
126 projects

Projects that are alternatives of or similar to Workflower

Camunda Bpm Platform
Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Spring, Spring Boot, CDI.
Stars: ✭ 2,390 (+342.59%)
Mutual labels:  bpmn, bpm, workflow
micronaut-camunda-bpm
Integration between Micronaut and Camunda (Workflow Engine). We configure Camunda with sensible defaults, so that you can get started with minimum configuration: simply add a dependency in your Micronaut project to embed the workflow engine!
Stars: ✭ 73 (-86.48%)
Mutual labels:  bpmn, process, bpm
workflower-bundle
A Symfony bundle for Workflower
Stars: ✭ 23 (-95.74%)
Mutual labels:  bpmn, process, bpm
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+10%)
Mutual labels:  bpmn, bpm, workflow
Jbpm
a Business Process Management (BPM) Suite
Stars: ✭ 1,226 (+127.04%)
Mutual labels:  bpmn, bpm, workflow
Processmaker
GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
Stars: ✭ 21 (-96.11%)
Mutual labels:  bpmn, process, workflow
tumbleweed
Lightweight workflow engine microservice implement BPMN 2.0
Stars: ✭ 23 (-95.74%)
Mutual labels:  workflow, bpmn, bpm
Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-82.22%)
Mutual labels:  bpmn, bpm, workflow
Kogito Runtimes
Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 188 (-65.19%)
Mutual labels:  bpmn, bpm, workflow
Activflow
Generic, light-weight & extensible Workflow Engine for agile automation of Business Processes | Django, Python
Stars: ✭ 510 (-5.56%)
Mutual labels:  bpm, workflow
bonita-engine
Deploy, execute, manage process-based applications made with Bonita studio or through Engine APIs
Stars: ✭ 123 (-77.22%)
Mutual labels:  bpmn, bpm
Bpmn Engine
BPMN 2.0 execution engine. Open source javascript workflow engine.
Stars: ✭ 519 (-3.89%)
Mutual labels:  bpmn, workflow
bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (-36.11%)
Mutual labels:  bpmn, process
jbpm-spring-boot
Sample of a jbpm service with spring boot. It runs on OpenShift and it has prometheus metrics and a grafana dashboard
Stars: ✭ 16 (-97.04%)
Mutual labels:  bpmn, bpm
vtenext
vtenext the CRM for the Digital Innovation. It allows you to engage your customers into your business processes using a specific technology. It can also be used to manage processes generated by internal customers.
Stars: ✭ 22 (-95.93%)
Mutual labels:  bpmn, bpm
plg
A Business Processes and Logs Generator
Stars: ✭ 30 (-94.44%)
Mutual labels:  bpmn, bpm
laravel workflower
Implementation of phpmentors-jp/workflower for laravel application
Stars: ✭ 26 (-95.19%)
Mutual labels:  bpmn, bpm
Uflo
UFLO是一款基于Spring的纯Java流程引擎,支持并行、动态并行、串行、会签等各种流转方式。
Stars: ✭ 514 (-4.81%)
Mutual labels:  bpmn, bpm
my curd
超轻量 快速开发脚手架、流程平台。
Stars: ✭ 38 (-92.96%)
Mutual labels:  workflow, process
CaseManagement
CMMN engine implementation in dotnet core
Stars: ✭ 16 (-97.04%)
Mutual labels:  workflow, bpmn

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 "[email protected]"

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

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

License

The BSD 2-Clause License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].