bingo-soft / jabe
Just another BPMN engine for workflow and process automation
Installs: 462
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 4
Forks: 5
Open Issues: 1
Type:project
Requires
- php: ^8.0
- bingo-soft/bpmn: *
- bingo-soft/concurrent: *
- bingo-soft/el: *
- bingo-soft/mybatis: *
- bingo-soft/sax: *
- bingo-soft/script: *
- bingo-soft/util: *
- bingo-soft/xml: ^1.0
- dragonmantank/cron-expression: ^3.3
- guzzlehttp/guzzle: ^7.0
- monolog/monolog: ^2.3
- phpixie/image: ^3.3
- phpmailer/phpmailer: ^6.5
- ramsey/uuid: ^4.2
- symfony/event-dispatcher: ^6.0
- symfony/process: ^6.2
Requires (Dev)
- doctrine/coding-standard: ^9
- phpunit/phpunit: ^9.3.0
- squizlabs/php_codesniffer: 3.6.0
- dev-main
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- v1.3.0
- v1.2.0
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-master
This package is auto-updated.
Last update: 2024-11-03 12:34:34 UTC
README
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