Download the PHP package dantleech/depgraph without Composer
On this page you can find all versions of the php package dantleech/depgraph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dantleech/depgraph
More information about dantleech/depgraph
Files in dantleech/depgraph
Package depgraph
Short Description Comprehensable Composer PHP dependency diagrams for your small business or enterprise.
License MIT
Informations about the package depgraph
Composer PHP Dependency Graph Generator
Generates rich dependency diagrams for your composer-based PHP project.
Above you can see:
- Dotted lines indicate a dev dependency.
- Bold lines indicate a direct dependency.
- Package version constraints listed on the lines.
- Licence information
- Red nodes indicate a package with security issues.
- Orange nodes are abandonned.
- Yellow nodes are outdated.
@1.0.0indicates the installed version.=1.0.0indicates the latest version.
- The distance from the root package is shown as
+[0-n]
Installation
You could install it as follows:
You could also include it as a project dependency if you want:
Features
- Limit to production or development packages (
--no-dev--no-prod). - Limit depth of graph (
--max-depth=2) - Highlight packages with CVEs (
--audit) - Highlight outdated packages (
--outdated)
Usage
[!WARNING] Depgraph generates Graphviz Dot files. You will need to install the Graphviz on your operating system to access the
dotbinary.
The depgraph script will output a Graphviz Dot file to stdout. You can
pipe it directly to the dot binary to generate a diagram:
Specify a composer file:
Do the slower things and output to a PNG:
🩸 made with blood and tears by you 🫵
All versions of depgraph with dependencies
php-standard-library/type Version ^6.2
composer/composer Version ^2.9
symfony/console Version ^8.1
psr/log Version ^3.0