Just another BPMN engine for workflow and process automation


README

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

Jabe - Just Another BPMN Engine

horiz logo

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