dev-master
9999999-dev https://github.com/sebastianbergmann/pdepend-processProcessor for PHP_Depend data
BSD-3-Clause
The Requires
- ext-xmlreader *
- php ^7.1
- phpunit/php-text-template ^1.2
- sebastian/version ^2.0
- symfony/console ^3.3
Processor for PHP_Depend data
pdepend-process
processes data from PHP_Depend., (*1)
The easiest way to obtain pdepend-process
is to download a PHP Archive (PHAR) that has all required dependencies of pdepend-process
bundled in a single file:, (*2)
$ wget https://phar.phpunit.de/pdepend-process.phar $ chmod +x pdepend-process.phar $ mv pdepend-process.phar /usr/local/bin/pdepend-process
You can also immediately use the PHAR after you have downloaded it, of course:, (*3)
$ wget https://phar.phpunit.de/pdepend-process.phar $ php pdepend-process.phar
You can add this tool as a local, per-project, development-time dependency to your project using Composer:, (*4)
$ composer require --dev sebastian/pdepend-process
You can then invoke it using the vendor/bin/pdepend-process
executable., (*5)
Processor for PHP_Depend data
BSD-3-Clause