Getting started
Requirements
- PHP 8.2 or greater
- graphp/graph package from master branch (considered as future stable v1.0.0)
- graphp/graphviz package from master branch (considered as future stable v1.0.0)
Installation
With Composer
The recommended way to install this library is through composer. If you don't know yet what is composer, have a look on introduction.
With Git
The Graph-UML can be directly used from GitHub by cloning the repository into a directory of your choice.
Additionally, you'll have to install GraphViz (dot executable).
Users of Debian/Ubuntu-based distributions may simply invoke:
while remaining users should install from GraphViz Download page.