PHPackages                             mglaman/phpci-drush - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. mglaman/phpci-drush

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

mglaman/phpci-drush
===================

Adds Drush to PHPCI

224PHP

Since May 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/mglaman/phpci-drush)[ Packagist](https://packagist.org/packages/mglaman/phpci-drush)[ RSS](/packages/mglaman-phpci-drush/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPCI-Drush
===========

[](#phpci-drush)

Drush plugin for PHPCI

Usage
-----

[](#usage)

### Add to PHPCI

[](#add-to-phpci)

Add the package to your PHPCI's composer required projects.

```
composer require mglaman/phpci-drush

```

### Use in projects

[](#use-in-projects)

Output the current Drush version.

```
    \mglaman\PhpciPlugins\DrushPlugin:
        command: "version"

```

Enable specific modules.

```
    \mglaman\PhpciPlugins\DrushPlugin:
        command: "pm-enable"
        arguments:
            - "ctools"
            - "panels"
            - "page_manager"
        options:
            - "yes"

```

Run a makefile.

```
    \mglaman\PhpciPlugins\DrushPlugin:
        command: "make"
        arguments:
            - "drupal-org.make.yml"
        options:
            - "verbose"
            - "no-cache"
            - "no-core"
            - "contrib-destination=."
            - "yes"

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/98c03d4d2a6aa9b5ecdfc565e8f90f53f0a8f6c2757048a148b34b166d78266c?d=identicon)[mglaman](/maintainers/mglaman)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mglaman-phpci-drush/health.svg)

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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