PHPackages                             vortrixs/composer-scrutinizer-plugin - 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. vortrixs/composer-scrutinizer-plugin

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

vortrixs/composer-scrutinizer-plugin
====================================

1.0.1(7y ago)025.8k1PHP

Since Jul 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/vortrixs/composer-scrutinizer-plugin)[ Packagist](https://packagist.org/packages/vortrixs/composer-scrutinizer-plugin)[ RSS](/packages/vortrixs-composer-scrutinizer-plugin/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Intro
=====

[](#intro)

This is a simple plugin made for easy integration with Scrutinizer

Usage
=====

[](#usage)

In your projects `composer.json` file, you'll first have to add the `"extra"` property, this is were the plugin gets it's data from.

Inside that you'll add a property called `"scrutinizer"` and inside here you add properties for each of your nodes.

Inside the node properties you can define what packages should be downloaded.

Example:

```
"name": "vortrixs/app",
"require": {
	"vortrixs/composer-scrutinizer-plugin": "*",
	"squizlabs/php_codesniffer": "2.9.1",
	"joomla/coding-standards": "1.3.4",
	"vortrixs/joomla-namespace-checker": "1.0.0"
},
"extra": {
	"scrutinizer": {
		"phpcs": [
			"squizlabs/php_codesniffer",
			"joomla/coding-standards"
		],
		"namespace": [
			"vortrixs/joomla-namespace-checker"
		]
	}
},

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2904d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15426116?v=4)[Hans Erik Jepsen](/maintainers/vortrixs)[@vortrixs](https://github.com/vortrixs)

---

Top Contributors

[![vortrixs](https://avatars.githubusercontent.com/u/15426116?v=4)](https://github.com/vortrixs "vortrixs (3 commits)")

### Embed Badge

![Health badge](/badges/vortrixs-composer-scrutinizer-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/vortrixs-composer-scrutinizer-plugin/health.svg)](https://phpackages.com/packages/vortrixs-composer-scrutinizer-plugin)
```

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74794.9M942](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M527](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.0M194](/packages/drupal-core-project-message)[sandersander/composer-link

Adds ability to link local packages for development with composer

94441.4k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

284.6M333](/packages/phpro-grumphp-shim)[lullabot/drainpipe

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

41759.2k3](/packages/lullabot-drainpipe)

PHPackages © 2026

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