juhasz-adam / graph-generator
Graph Generator
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/juhasz-adam/graph-generator
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-12-20 23:30:49 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.