Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 641 Bytes

graphml_generator

PHP GraphML Generator

Install in your project with composer

$ composer require ramoty/graphml_generator

Usage

Em ./vendor/ramoty/graphml_generator/graphml_generator.php

altere se necessario

$sPathForSourceCodeFiles = dirname(FILE ) . '/../../../'; // project root

$graphResults = 'docs/graphResults'; // saved and created at the root of the project docs/graphResults

$sPathForSourceCodeFilesExclude = 'vendor'; // Delete the directory of the generation

Execute

$ php ./vendor/ramoty/graphml_generator/graphml_generator.php

to view the generated $ graphResults file, visit https://www.yworks.com/yed-live/