Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formapro/pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
https://github.com/formapro/pvm
activity architecture bpmn bpmn-engine business-process-management php process-virtual-machine state-machine state-management workflow workflow-engine
Last synced: 3 months ago
JSON representation
Build workflows, activities, BPMN like processes, or state machines with PVM.
- Host: GitHub
- URL: https://github.com/formapro/pvm
- Owner: formapro
- License: mit
- Created: 2017-02-08T11:32:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T22:19:48.000Z (about 1 year ago)
- Last Synced: 2024-07-06T05:27:59.950Z (4 months ago)
- Topics: activity, architecture, bpmn, bpmn-engine, business-process-management, php, process-virtual-machine, state-machine, state-management, workflow, workflow-engine
- Language: PHP
- Homepage: https://pvm.forma-pro.com/
- Size: 1.68 MB
- Stars: 367
- Watchers: 26
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- php-awesome - PVM - Build workflows, activities, BPMN like processes, or state machines with PVM (类库 / 工作流)
README
# PHP Process virtual machine
The library provides tooling to build/execute/visualise [workflows](https://en.wikipedia.org/wiki/Workflow), [BPMN](http://www.bpmn.org/), chat bots, [state machines](https://en.wikipedia.org/wiki/Finite-state_machine). Designed for parallel and destributed execution. Backed up by [workflow nets (WF-nets)](https://en.wikipedia.org/wiki/Petri_net) and [graphs](https://en.wikipedia.org/wiki/Graph_theory) theories.
## Examples
Checkout [PVM Examples](https://pvm-demo.forma-pro.com/) site.
* [Sequence](https://pvm-demo.forma-pro.com/demo/sequence)
* [Fork](https://pvm-demo.forma-pro.com/demo/fork)
* [Conditions](https://pvm-demo.forma-pro.com/demo/condition)
* [Cycles](https://pvm-demo.forma-pro.com/demo/cycle)
* [Synchronization](https://pvm-demo.forma-pro.com/demo/synchronization)
* [Pause and continue](https://pvm-demo.forma-pro.com/demo/pause-and-contiue)
* [Clone and Modify](https://pvm-demo.forma-pro.com/demo/clone-and-modify)
* [Grouping](https://pvm-demo.forma-pro.com/demo/grouping)
* [Exception](https://pvm-demo.forma-pro.com/demo/demo/exception)
* [Store to File](https://pvm-demo.forma-pro.com/demo/store-to-file)
* [Store to MongoDB](https://pvm-demo.forma-pro.com/demo/store-to-mongodb)
* [Store with Doctrine](http://pvm-demo.forma-pro.com/demo/store-to-mysql)
* [Parallel execution](https://pvm-demo.forma-pro.com/demo/parallel-execution)
* [Telegram Bot example](https://www.youtube.com/watch?v=HYZ-ZQvCEsI)
* [Good writeup on Petri Nets](https://www.techfak.uni-bielefeld.de/~mchen/BioPNML/Intro/pnfaq.html)## Developed by Forma-Pro
Forma-Pro is a full stack development company which interests also spread to open source development.
Being a team of strong professionals we have an aim an ability to help community by developing cutting edge solutions in the areas of e-commerce, docker & microservice oriented architecture where we have accumulated a huge many-years experience.
Our main specialization is Symfony framework based solution, but we are always looking to the technologies that allow us to do our job the best way. We are committed to creating solutions that revolutionize the way how things are developed in aspects of architecture & scalability.If you have any questions and inquires about our open source development, this product particularly or any other matter feel free to contact at [email protected]
## License
[MIT License](LICENSE)