Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arokettu/composer-viz
Generate a GraphViz representation of the dependency graph
https://github.com/arokettu/composer-viz
composer dependency-graph graphviz php
Last synced: 23 days ago
JSON representation
Generate a GraphViz representation of the dependency graph
- Host: GitHub
- URL: https://github.com/arokettu/composer-viz
- Owner: arokettu
- License: mit
- Created: 2017-08-06T07:31:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T03:30:15.000Z (4 months ago)
- Last Synced: 2024-09-20T06:50:04.405Z (about 2 months ago)
- Topics: composer, dependency-graph, graphviz, php
- Language: PHP
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Composer Viz
[![Packagist](https://img.shields.io/packagist/v/arokettu/composer-viz.svg?style=flat-square)](https://packagist.org/packages/arokettu/composer-viz)
[![Packagist](https://img.shields.io/github/license/arokettu/composer-viz.svg?style=flat-square)](https://opensource.org/licenses/MIT)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``
[![selfie](https://sandfox.dev/_images/composer-viz-2.3.0.svg)](https://sandfox.dev/_images/composer-viz-2.3.0.svg)
## Documentation
Read full documentation here:
Also on Read the Docs:
## Support
Please file issues on our main repo at GitLab:
# License
The library is available as open source under the terms of the [MIT License].
[MIT License]: https://opensource.org/licenses/MIT