arokettu / composer-viz
Generate a GraphViz representation of the dependency graph
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Type:composer-plugin
Requires
- php: >= 7.2 < 9
- composer-plugin-api: ^2.0
- graphp/graphviz: ~0.2.0
- symfony/polyfill-php80: ^1.29
Requires (Dev)
- composer/composer: ^2.0
- sandfox.dev/code-standard: ^1.2024.03.15
- squizlabs/php_codesniffer: *
README
A Composer plugin to generate dependency graph by GraphViz inspired by bundle viz
Installation
Install globally so you can use it on any project
composer global require arokettu/composer-viz:^2.2
Example
Running composer-viz 2.3.0 for itself: composer viz --output=composer-viz-2.3.0.svg
Documentation
Read full documentation here: https://sandfox.dev/php/composer-viz.html
Also on Read the Docs: https://composer-viz.readthedocs.io/
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/composer-viz/-/issues
License
The library is available as open source under the terms of the MIT License.