florianv / petrinet
Petrinet framework for PHP 7.2+
Installs: 3 566
Dependents: 1
Suggesters: 0
Security: 0
Stars: 124
Watchers: 15
Forks: 14
Open Issues: 1
Requires
- php: >=7.3
- doctrine/collections: ^1.6
Requires (Dev)
- phpspec/phpspec: ^6.3 || ^7.0
This package is auto-updated.
Last update: 2024-10-25 21:00:17 UTC
README
This framework allows to build, vizualize and execute Petrinets 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
$ composer require florianv/petrinet
Documentation
Read the documentation for master
Read the documentation for the 1.0 version