A toolset to visualize dependencies within a project.
This is not a replacement for pdepend!
Usage
The toolset contains two different tools:
- The callmap plugin for PHPStan. This plugin can be used to generate a callmap.json file that contains informations about which method is called from which method.
- The PHPDepend CLI which allows to generate different visualizations from this callmap.json file.