zamoroka / magento-dependency-graph
Generate dependency graph for Magento modules
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- roave/better-reflection: ^4.3
This package is auto-updated.
Last update: 2025-04-14 15:15:55 UTC
README
install
composer create-project zamoroka/magento-dependency-graph
- get graphviz:
- MacOS:
brew install graphviz
- Ubuntu:
sudo apt install graphviz
- MacOS:
- install OmnigGaffle to view and edit .dot files (optional)
usage
cd magento-dependency-graph
sh getDependencyGraph.sh "path-to-the-magento-2-folder" "ModuleVendor"
to generate.dot
,.pdf
and.svg
files.- view files in "export" folder