Skip to content

nasimnabavi/composer-deps-analyzer

 
 

Repository files navigation

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.

About

Library for Analyzing Dependencies of composer projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%