PHPackages                             gapple/drush-composercheck - 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. gapple/drush-composercheck

ActiveDrupal-drush[Utility &amp; Helpers](/categories/utility)

gapple/drush-composercheck
==========================

Prevent execution of certain drush commands when project uses composer for dependency management

1.0.1(8y ago)119MITPHP

Since Jun 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gapple/drush-composercheck)[ Packagist](https://packagist.org/packages/gapple/drush-composercheck)[ RSS](/packages/gapple-drush-composercheck/feed)WikiDiscussions master Synced 2d ago

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

Drush Composer Check
====================

[](#drush-composer-check)

Prevent execution of certain drush commands when project uses composer for dependency management

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

[](#installation)

### Global

[](#global)

#### Using Composer

[](#using-composer)

1. Require `composer/installers`

    ```
    composer global require composer/installers
    ```
2. Configure the installer path for drush plugins in `~/.composer/composer.json`

    ```
    {
      "extra": {
        "installer-paths": {
          "../.drush/plugins/{$name}": ["type:drupal-drush"]
        }
      }
    }
    ```
3. Require `gapple/drush-composercheck`

    ```
    composer global require gapple/drush-composercheck
    ```

#### Manual Installation

[](#manual-installation)

1. [Download the release package](https://github.com/gapple/drush-composercheck/releases)
2. Unzip the package to `~/.drush/`

### Project

[](#project)

#### Using Composer

[](#using-composer-1)

1. Require `composer/installers` in your project

    ```
    composer require composer/installers
    ```
2. Configure the installer path for drush plugins in your project's `composer.json`

    ```
    {
      "extra": {
        "installer-paths": {
          "drush/contrib/{$name}": ["type:drupal-drush"]
        }
      }
    }
    ```
3. Require `gapple/drush-composercheck` in your project

    ```
    composer require gapple/drush-composercheck
    ```

#### Manual Installation

[](#manual-installation-1)

1. [Download the release package](https://github.com/gapple/drush-composercheck/releases)
2. Unzip the package to the `drush` folder within your project

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

3268d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fa5fef80c017296f62b735d5901c889fe7fa0224c162d1eadfc9f4d40a5b97e?d=identicon)[gapple](/maintainers/gapple)

---

Top Contributors

[![gapple](https://avatars.githubusercontent.com/u/458809?v=4)](https://github.com/gapple "gapple (7 commits)")

### Embed Badge

![Health badge](/badges/gapple-drush-composercheck/health.svg)

```
[![Health](https://phpackages.com/badges/gapple-drush-composercheck/health.svg)](https://phpackages.com/packages/gapple-drush-composercheck)
```

###  Alternatives

[psr/event-dispatcher

Standard interfaces for event handling.

2.3k618.8M865](/packages/psr-event-dispatcher)

PHPackages © 2026

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