sters/php-class-graph

There is no license information available for the latest version (dev-master) of this package.

Fund package maintenance!
sters

dev-master 2023-05-02 07:44 UTC

This package is auto-updated.

Last update: 2024-03-31 09:32:00 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

  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