Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)