https://github.com/bingo-soft/jabe
PHP framework for workflow and process automation
https://github.com/bingo-soft/jabe
bpm bpmn php process-engine workflow
Last synced: about 1 month ago
JSON representation
PHP framework for workflow and process automation
- Host: GitHub
- URL: https://github.com/bingo-soft/jabe
- Owner: bingo-soft
- License: mit
- Created: 2021-08-09T05:03:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T11:28:20.000Z (over 1 year ago)
- Last Synced: 2025-08-31T14:56:01.005Z (4 months ago)
- Topics: bpm, bpmn, php, process-engine, workflow
- Language: PHP
- Homepage:
- Size: 11 MB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/bingo-soft/jabe)
[](https://php.net/)
[](https://opensource.org/licenses/MIT)
[](https://scrutinizer-ci.com/g/bingo-soft/jabe/?branch=main)
# 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](https://github.com/camunda/camunda-bpm-platform) and [flowable](https://github.com/flowable/flowable-engine) libraries.
## License
MIT