Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianv/petrinet
:traffic_light: Petrinet framework for PHP
https://github.com/florianv/petrinet
petri-net php workflow workflow-engine
Last synced: 7 days ago
JSON representation
:traffic_light: Petrinet framework for PHP
- Host: GitHub
- URL: https://github.com/florianv/petrinet
- Owner: florianv
- License: mit
- Created: 2012-07-03T06:31:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T12:37:30.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T06:09:43.515Z (14 days ago)
- Topics: petri-net, php, workflow, workflow-engine
- Language: PHP
- Homepage: http://florianv.github.io/petrinet
- Size: 3.35 MB
- Stars: 124
- Watchers: 15
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Petrinet [![Build status][travis-image]][travis-url] [![Version][version-image]][version-url] [![PHP Version][php-version-image]][php-version-url]
This framework allows to build, vizualize and execute [Petrinets](http://en.wikipedia.org/wiki/Petri_net)
which can be used to build workflow engines. It provides the core domain model of basic Petrinets that can be persisted
using your favorite ORM as well as services to manage its execution.## Installation
```bash
$ composer require florianv/petrinet
```## Documentation
[Read the documentation for master](https://github.com/florianv/petrinet/blob/master/docs/documentation.md)
[Read the documentation for the 1.0 version](https://github.com/florianv/petrinet/blob/1.0/docs/documentation.md)
## License
[MIT](https://github.com/florianv/petrinet/blob/master/LICENSE)
[travis-url]: https://travis-ci.org/florianv/petrinet
[travis-image]: http://img.shields.io/travis/florianv/petrinet.svg?style=flat[license-url]: https://packagist.org/packages/florianv/petrinet
[license-image]: http://img.shields.io/packagist/l/florianv/petrinet.svg?style=flat[version-url]: https://packagist.org/packages/florianv/petrinet
[version-image]: http://img.shields.io/packagist/v/florianv/petrinet.svg?style=flat[php-version-url]: https://packagist.org/packages/florianv/petrinet
[php-version-image]: http://img.shields.io/badge/php-7.3.0+-ff69b4.svg