fpoirotte/dotgraph

Parse and build graphs defined using the Dot language (http://www.graphviz.org/doc/info/lang.html)

dev-master 2020-07-24 10:14 UTC

This package is auto-updated.

Last update: 2024-04-24 18:52:00 UTC


README

This component provides a way to parse, edit and export graphs defined using the DOT language.

Installation

This library relies on Composer for its installation.

To use it, just add a requirement on the package:

bash

$ php composer.php require fpoirotte/dotgraph

Usage

The examples folder contains several usage examples.

Contributions

To contribute a patch:

License

This project is released under the MIT license. See the LICENSE file for more information.