Walking your PHP project to make relational graph chart.
- Ready tools
git clonethis repo.composer installphp examples/whole_project.php -p <YOUR PROJECT PATH> -d dot | dot -T png | imgcat
e.g. php examples/whole_project.php -p . -d dot | dot -T png | imgcat
