PHPackages                             jenko/wp-plugin-trouble-detector - 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. jenko/wp-plugin-trouble-detector

ActiveComposer-plugin

jenko/wp-plugin-trouble-detector
================================

A composer plugin to detect potential trouble with WordPress plugins installed via composer.

0.1.0(4y ago)46.7kMITPHPPHP &gt;=7.4

Since Dec 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/jenkoian/wp-plugin-trouble-detector)[ Packagist](https://packagist.org/packages/jenko/wp-plugin-trouble-detector)[ RSS](/packages/jenko-wp-plugin-trouble-detector/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

WordPress Plugin Trouble Detector
=================================

[](#wordpress-plugin-trouble-detector)

[![Build Status](https://camo.githubusercontent.com/a656b37e5dea059e42381cf53217698b195b3f0d7902c89b584c9ab00fce8f50/68747470733a2f2f7472617669732d63692e636f6d2f6a656e6b6f69616e2f77702d706c7567696e2d74726f75626c652d6465746563746f722e7376673f6272616e63683d6d61696e)](https://travis-ci.com/jenkoian/wp-plugin-trouble-detector)

Installing WordPress plugins via composer? Worried about the trepidations of installing plugins and there being clashes between any dependencies and your own?

> Don't know what I'm on about? This post does a good job of explaining

What this will do
-----------------

[](#what-this-will-do)

This is a composer plugin that will inspect the wordpress plugins you are installing with composer and yell if it spots anything that could mean you're in for a world of pain.

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

[](#installation)

`composer req jenko/wp-plugin-trouble-detector --dev`

Usage
-----

[](#usage)

Composer install as usual, if any package has anything to be concerned about, you will see yellow warnings in the output.

What it yells about
-------------------

[](#what-it-yells-about)

- Plugin has a committed `vendor` directory
- Plugin has third party dependencies which clash with yours (includes support for wpackagist plugins)
- Plugin has third party dependencies which clash with dependencies of pre-existing plugins.

Troubleshooting
---------------

[](#troubleshooting)

It should 'just work' but if for whatever reason it doesn't you may need to add the following to your `scripts` section of `composer.json`

```
    "scripts": {
        "post-package-install": [
            "Jenko\\WpPluginTroubleDetector\\Plugin::onPostPackageInstall"
        ]
    }
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~90 days

Total

3

Last Release

1784d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96de157fc1df70cc339c7d0e2ce3e17eb4fa04798e354a05c86574ed5d11c632?d=identicon)[jenkoian](/maintainers/jenkoian)

---

Top Contributors

[![jenkoian](https://avatars.githubusercontent.com/u/131355?v=4)](https://github.com/jenkoian "jenkoian (1 commits)")

---

Tags

composer-pluginwordpresswordpress-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jenko-wp-plugin-trouble-detector/health.svg)

```
[![Health](https://phpackages.com/badges/jenko-wp-plugin-trouble-detector/health.svg)](https://phpackages.com/packages/jenko-wp-plugin-trouble-detector)
```

###  Alternatives

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k68](/packages/humbug-box)[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.3M14](/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.9M441](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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