All Projects → schmittjoh → Composer Deps Analyzer

schmittjoh / Composer Deps Analyzer

Licence: apache-2.0
Library for Analyzing Dependencies of composer projects

Composer Dependency Analyzer Scrutinizer Quality Score

This library allows you to build a dependency graph for an installed composer project.

Usage is quite simple:

<?php

$analyzer = new \JMS\Composer\DependencyAnalyzer();
$graph = $analyzer->analyze($dir);

$graph is a directed graph with the packages as nodes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].