Skip to content

Walking your PHP project to make relational graph chart.

License

Notifications You must be signed in to change notification settings

sters/php-class-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2cd64b · Jun 17, 2024

History

43 Commits
Apr 18, 2023
Mar 22, 2023
Jun 17, 2024
Mar 25, 2023
Feb 28, 2023
Sep 26, 2019
Mar 25, 2023
Apr 18, 2023
Apr 18, 2023
Apr 18, 2023
Apr 18, 2023

Repository files navigation

php-class-graph

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

  1. Ready tools
    • Graphviz
    • If use MacOS and iTerm2, it possible for simply use with imgcat.
  2. git clone this repo.
  3. composer install
  4. 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 image