juhasz-adam / graph-generator
Graph Generator
dev-master
2015-06-01 11:43 UTC
Requires
- php: >=5.5
- aws/aws-sdk-php: 2.*
- symfony/process: dev-master
Requires (Dev)
- phpunit/phpunit: ~4.6
This package is not auto-updated.
Last update: 2025-05-10 20:36:54 UTC
README
- Generate graphs from linked entities using GraphViz. ( http://www.graphviz.org/ )
- GephiReadableFileGenerator.php : Generates a .gexf file that can be opened with Gephi. ( http://gephi.github.io/ )
- PDFGenerator.php : Generates a .pdf file from up to 200 entities. Single file.
- SVGGenerator.php : Generates multiple .svg files, each containing one 'level' of entities with links.