sandfoxme / composer-viz
Generate a GraphViz representation of the dependency graph
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:composer-plugin
Requires
- php: ^5.5|^7.0|^8.0
- composer-plugin-api: ^1.1 | ^2.0
- graphp/graphviz: ~0.2.0
Requires (Dev)
This package is auto-updated.
Last update: 2021-04-19 17:20:00 UTC
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 sandfoxme/composer-viz:^2.0
Example
Running composer-viz 2.0.0 for itself: composer viz --output=composer-viz-2.0.0.svg
Documentation
Read full documentation here: https://sandfox.dev/php/composer-viz.html
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.