Download the PHP package zamoroka/magento-dependency-graph without Composer
On this page you can find all versions of the php package zamoroka/magento-dependency-graph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zamoroka/magento-dependency-graph
More information about zamoroka/magento-dependency-graph
Files in zamoroka/magento-dependency-graph
Download zamoroka/magento-dependency-graph
More information about zamoroka/magento-dependency-graph
Files in zamoroka/magento-dependency-graph
Vendor zamoroka
Package magento-dependency-graph
Short Description Generate dependency graph for Magento modules
License Apache-2.0
Package magento-dependency-graph
Short Description Generate dependency graph for Magento modules
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package magento-dependency-graph
Generate dependency graph for Magento modules
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
example of generated dependency graph
legend
- orange text - module is in app/code directory
- green text - module is in vendor directory
- red text - module is not exists
- blue block - module is independent
- red arrow - two modules are dependent on each other
All versions of magento-dependency-graph with dependencies
PHP Build Version
Package Version
Requires
roave/better-reflection Version
^4.3
The package zamoroka/magento-dependency-graph contains the following files
Loading the files please wait ....