Registry / build-tool / pdepend-pdepend

pdepend-pdepend

JSON →
library2.16.2phppackagistunverified

A static analysis tool for PHP that generates software metrics and dependency graphs.

composer require pdepend/pdepend
INSTALL
IMPORT
SIG · PDEPEND-PDEPEND
P
pdepend-pdepend
build-toolphpv2.16.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Application
use PDepend\Application;

Run PDepend analysis on a source directory and generate summary XML.

use PDepend\Application; $application = new Application(); $application->run(['pdepend', '--summary-xml=/tmp/summary.xml', 'src/']);
Debug
Known issues
gotchaPDepend may require significant memory for large projects; adjust memory_limit accordingly.
fix
Increase PHP memory limit in php.ini or via ini_set('memory_limit', '512M').
affects: *
Upgrade
Version history
2.16.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
pdepend-pdepend — pip install pdepend-pdepend · libregistry