https://github.com/sters/php-class-graph
Walking your PHP project to make relational graph chart.
https://github.com/sters/php-class-graph
class composer-package diagram graph graphviz php
Last synced: 6 months ago
JSON representation
Walking your PHP project to make relational graph chart.
- Host: GitHub
- URL: https://github.com/sters/php-class-graph
- Owner: sters
- License: mit
- Created: 2019-09-26T12:26:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T01:32:27.000Z (about 2 years ago)
- Last Synced: 2025-10-09T01:20:15.988Z (9 months ago)
- Topics: class, composer-package, diagram, graph, graphviz, php
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-class-graph
Walking your PHP project to make relational graph chart.
:warning: This project is under experimental. Maybe some part is not implemented yet. Please report if you find issue.
## Usage
1. Ready tools
- [Graphviz](https://graphviz.gitlab.io/download/)
- If use MacOS and iTerm2, it possible for simply use with [`imgcat`](https://www.iterm2.com/documentation-images.html).
1. `git clone` this repo.
1. `composer install`
1. `php examples/whole_project.php -p -d dot | dot -T png | imgcat`
e.g. `php examples/whole_project.php -p . -d dot | dot -T png | imgcat`
