Нема описа

Frederic G. MARAND 70787cb8fa First commit: hard-coded for current project. пре 3 година
templates 70787cb8fa First commit: hard-coded for current project. пре 3 година
.gitignore 70787cb8fa First commit: hard-coded for current project. пре 3 година
LICENSE.md 70787cb8fa First commit: hard-coded for current project. пре 3 година
Makefile 70787cb8fa First commit: hard-coded for current project. пре 3 година
README.md 70787cb8fa First commit: hard-coded for current project. пре 3 година
go.mod 70787cb8fa First commit: hard-coded for current project. пре 3 година
go.sum 70787cb8fa First commit: hard-coded for current project. пре 3 година
phpdeps.go 70787cb8fa First commit: hard-coded for current project. пре 3 година

README.md

PHPdeps

PHPdeps is a tiny utility that walks a filesystem subtree below the current directory, looking for composer.json files.

From each of these, it extracts the internal elements name, require, and require-dev and the relative path, and builds a dependency graph between them in Graphviz format.

In this initial version, external dependencies are hardcoded to be excluded ; a future version is likely to improve on this.