Walking your PHP project to make relational graph chart.
- Ready tools
git clone
this repo.composer install
php 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