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 today

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

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

2854d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f421baac91730f3f122ef3a3b4f350c266911d5f014c647802028e4a567243da?d=identicon)[vortrixs](/maintainers/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

[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)
