Skip to content

PHP framework for workflow and process automation

License

Notifications You must be signed in to change notification settings

bingo-soft/jabe

Folders and files

NameName
Last commit message
Last commit date
Apr 27, 2023
Apr 27, 2023
Aug 11, 2022
Aug 11, 2022
Aug 9, 2021
Apr 13, 2023
Apr 27, 2023
Apr 27, 2023
Feb 9, 2022
Dec 13, 2022
Jul 6, 2022
Apr 17, 2023
Nov 28, 2020

Repository files navigation

Latest Stable Version Minimum PHP Version License: MIT Scrutinizer Code Quality

Jabe - Just Another BPMN Engine

Jabe (/dʒæbi/) - is a powerful and flexible BPMN workflow engine. It is designed to streamline the creation and management of BPMN workflows by providing developers with an array of functionality to build, deploy, and manage workflows with ease.

Unlike other popular BPMN engines, such as Activity, Camunda and Flowable, Jabe allows to create Service Tasks using PHP language. In future releases Jabe is planning to implement a domain-specific language for writing Script Tasks in PHP.

At current stage of development Jabe does not have REST API, but its core API is sufficient to integrate and enhance your applications.

Installation

Install Jabe, using Composer:

composer require bingo-soft/jabe

Running tests

./vendor/bin/phpunit ./tests

Acknowledgements

Jabe draws inspiration from camunda and flowable libraries.

License

MIT