PHPackages                             cpsit/auditor - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cpsit/auditor

ActiveComposer-plugin[Utility &amp; Helpers](/categories/utility)

cpsit/auditor
=============

Audit PHP application bundles.

1.0.0(11mo ago)132.9k2GPL-2.0-or-laterPHPPHP ^8.2 || ^8.3CI failing

Since Dec 19Pushed 11mo ago6 watchersCompare

[ Source](https://github.com/CPS-IT/auditor)[ Packagist](https://packagist.org/packages/cpsit/auditor)[ RSS](/packages/cpsit-auditor/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (11)Used By (2)

[![Tests](https://github.com/CPS-IT/auditor/workflows/Tests/badge.svg)](https://github.com/CPS-IT/auditor/workflows/Tests/badge.svg)[![Coverage](https://camo.githubusercontent.com/cd4aab7e6e9053caa8d263f3aa953ad3c880571c0e121342f673e2ba6210b9b7/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4350532d49545f61756469746f72266d65747269633d636f766572616765)](https://camo.githubusercontent.com/cd4aab7e6e9053caa8d263f3aa953ad3c880571c0e121342f673e2ba6210b9b7/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4350532d49545f61756469746f72266d65747269633d636f766572616765)[![Code quality](https://camo.githubusercontent.com/1c56984cff80dc635e9428c3e4c7500bb78882402295e5a76b9b74e2465e2d51/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4350532d49545f61756469746f72266d65747269633d616c6572745f737461747573)](https://camo.githubusercontent.com/1c56984cff80dc635e9428c3e4c7500bb78882402295e5a76b9b74e2465e2d51/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4350532d49545f61756469746f72266d65747269633d616c6572745f737461747573)

Auditor
=======

[](#auditor)

This is a Composer plugin. It allows to access information about the current (root) package.

Requirements
------------

[](#requirements)

- Composer 2.1+
- PHP ^8.2 || ^8.3

### Version matrix

[](#version-matrix)

PHP 8.3PHP 8.2PHP 8.1PHP 8.0PHP 7.4Composer 2.x&gt;=0.7&gt;=0.7&lt;=0.6.x&lt;=0.6.x&lt;=0.6.x**Note:** Version 0.7+ requires PHP 8.2+ and uses modern PHP features including strict types, typed properties, and PHPUnit 10/11.

Usage
-----

[](#usage)

In your project root

```
composer require cpsit/auditor
```

After installation or update via Composer a class `CPSIT\Auditor\BundleDescriber` is generated.

It allows to access each property of your bundle (root package).

#### Examples

[](#examples)

Get the name of the current root package:

```
$name = \CPSIT\Auditor\BundleDescriber::getProperty('name');
```

Get the repositories used by composer for the installation:

```
$repositories = \CPSIT\Auditor\BundleDescriber::getProperty('repositories');
```

Get the installed packages (omit not installed package):

```
$packages = \CPSIT\Auditor\Reflection\PackageVersions::getAll();
```

Returns an array of `CPSIT\Auditor\Dto\Package` objects.

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance50

Moderate activity, may be stable

Popularity23

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 79.8% 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.

###  Release Activity

Cadence

Every ~293 days

Recently: every ~398 days

Total

9

Last Release

353d ago

Major Versions

0.6.1 → 1.0.02025-05-26

PHP version history (5 changes)0.1.0PHP &gt;=7.0.0 &lt;7.3.0

0.5.0PHP ^7.1.0 || ~8.0.0

0.6.0PHP ^7.4.0 || ~8.0.0

0.6.1PHP ^7.4 || ^8.0 ||^8.1

1.0.0PHP ^8.2 || ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/d475c20d671c5a196b3982ec3576ef36a8b2b557c88ded4f666a69c6c1a5aa50?d=identicon)[dwenzel](/maintainers/dwenzel)

---

Top Contributors

[![dwenzel](https://avatars.githubusercontent.com/u/712458?v=4)](https://github.com/dwenzel "dwenzel (87 commits)")[![eliashaeussler](https://avatars.githubusercontent.com/u/16313625?v=4)](https://github.com/eliashaeussler "eliashaeussler (21 commits)")[![vladimirfalconpiva](https://avatars.githubusercontent.com/u/16591165?v=4)](https://github.com/vladimirfalconpiva "vladimirfalconpiva (1 commits)")

---

Tags

auditcomposerphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cpsit-auditor/health.svg)

```
[![Health](https://phpackages.com/badges/cpsit-auditor/health.svg)](https://phpackages.com/packages/cpsit-auditor)
```

###  Alternatives

[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)[olvlvl/composer-attribute-collector

A convenient and near zero-cost way to retrieve targets of PHP 8 attributes

184108.8k8](/packages/olvlvl-composer-attribute-collector)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)

PHPackages © 2026

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