sters / php-class-graph
Fund package maintenance!
sters
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 1
Open Issues: 5
pkg:composer/sters/php-class-graph
Requires
- nikic/php-parser: ^4.2
Requires (Dev)
- phpstan/phpstan: ^1.10
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2025-09-17 04:07:52 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 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