PHPackages                             sebastian/pdepend-process - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. sebastian/pdepend-process

AbandonedArchivedLibrary[Testing &amp; Quality](/categories/testing)

sebastian/pdepend-process
=========================

Processor for PHP\_Depend data

148.8k21PHP

Since Sep 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sebastianbergmann/pdepend-process)[ Packagist](https://packagist.org/packages/sebastian/pdepend-process)[ RSS](/packages/sebastian-pdepend-process/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (1)

pdepend-process
===============

[](#pdepend-process)

`pdepend-process` processes data from [PHP\_Depend](http://pdepend.org/).

Installation
------------

[](#installation)

### PHP Archive (PHAR)

[](#php-archive-phar)

The easiest way to obtain `pdepend-process` is to download a [PHP Archive (PHAR)](http://php.net/phar) that has all required dependencies of `pdepend-process` bundled in a single file:

```
$ 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:

```
$ wget https://phar.phpunit.de/pdepend-process.phar
$ php pdepend-process.phar

```

### Composer

[](#composer)

You can add this tool as a local, per-project, development-time dependency to your project using [Composer](https://getcomposer.org/):

```
$ composer require --dev sebastian/pdepend-process

```

You can then invoke it using the `vendor/bin/pdepend-process` executable.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1089?v=4)[Sebastian Probst Eide](/maintainers/sebastian)[@sebastian](https://github.com/sebastian)

---

Top Contributors

[![sebastianbergmann](https://avatars.githubusercontent.com/u/25218?v=4)](https://github.com/sebastianbergmann "sebastianbergmann (12 commits)")

### Embed Badge

![Health badge](/badges/sebastian-pdepend-process/health.svg)

```
[![Health](https://phpackages.com/badges/sebastian-pdepend-process/health.svg)](https://phpackages.com/packages/sebastian-pdepend-process)
```

###  Alternatives

[dms/phpunit-arraysubset-asserts

This package provides ArraySubset and related asserts once deprecated in PHPUnit 8

14429.2M361](/packages/dms-phpunit-arraysubset-asserts)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
