sters / php-class-graph
There is no license information available for the latest version (v0.0.1) of this package.
Fund package maintenance!
v0.0.1
2023-05-02 07:44 UTC
Requires
- nikic/php-parser: ^4.2
Requires (Dev)
- phpstan/phpstan: ^1.10
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2026-03-17 05:18:37 UTC
README
Walking your PHP project to make relational graph chart.
⚠️ This project is under experimental. Maybe some part is not implemented yet. Please report if you find issue.
Usage
- 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
