sandfoxme/composer-viz

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# 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: <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].

[MIT License]:  https://opensource.org/licenses/MIT