Skip to content

m0003r/Class2GV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

#Requirements:

  • PHP 5
  • GraphViz

#Usage:

$c2g = new Class2GV("C:\\Program Files\\GraphViz\\bin\\"); //need trailing slash!
$c2g->setVariables(false); //to don't show variables, default true
$c2g->convert("someclass.php", ["neato"]); //default tool is 'dot'

About

Inspect php class and draw graph (with GraphViz)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages