Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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