2017 © Pedro Peláez
 

library composer-deps-analyzer

Builds a Dependency Graph from a composer.json file

image

jms/composer-deps-analyzer

Builds a Dependency Graph from a composer.json file

  • Wednesday, November 9, 2016
  • by johannes
  • Repository
  • 6 Watchers
  • 53 Stars
  • 79,721 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 11 Forks
  • 7 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

Composer Dependency Analyzer Scrutinizer Quality Score

This library allows you to build a dependency graph for an installed composer project., (*1)

Usage is quite simple:, (*2)

<?php

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

$graph is a directed graph with the packages as nodes., (*3)

The Versions

09/11 2016

dev-master

9999999-dev

Builds a Dependency Graph from a composer.json file

  Sources   Download

Apache2

The Requires

  • php >= 5.3.2

 

The Development Requires

09/11 2016

1.0.1

1.0.1.0

Builds a Dependency Graph from a composer.json file

  Sources   Download

Apache2

The Requires

  • php >= 5.3.2

 

The Development Requires

19/08 2015

1.0.0

1.0.0.0

Builds a Dependency Graph from a composer.json file

  Sources   Download

Apache2

The Requires

  • php >= 5.3.2

 

The Development Requires

15/05 2013

0.1.0

0.1.0.0

Builds a Dependency Graph from a composer.json file

  Sources   Download

Apache2

The Requires

  • php >= 5.3.2

 

The Development Requires