fpoirotte / dotgraph
Parse and build graphs defined using the Dot language (http://www.graphviz.org/doc/info/lang.html)
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:php-parsers
Requires
- php: >=7.1
- ext-dom: *
- ext-pcre: *
- fpoirotte/php_parsergenerator_installer: ^0.1.0
Requires (Dev)
- phpunit/phpunit: >=7.0
- squizlabs/php_codesniffer: *
This package is auto-updated.
Last update: 2024-10-24 19:58:53 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:
$ php composer.php require fpoirotte/dotgraph
Usage
The examples folder contains several usage examples.
Contributions
To contribute a patch:
- Fork this project
- Prepare your patch
- Submit a pull request
License
This project is released under the MIT license. See the LICENSE file for more information.