PHPackages                             nalipaz/rocketeer-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. [CLI &amp; Console](/categories/cli)
4. /
5. nalipaz/rocketeer-drush

ActiveLibrary[CLI &amp; Console](/categories/cli)

nalipaz/rocketeer-drush
=======================

Drush plugin for Rocketeer

1.3.5(9y ago)0551MITPHPPHP &gt;=5.4.0

Since Jun 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nalipaz/rocketeer-drush)[ Packagist](https://packagist.org/packages/nalipaz/rocketeer-drush)[ RSS](/packages/nalipaz-rocketeer-drush/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (5)Versions (22)Used By (0)

Rocketeer Drush Plugin
======================

[](#rocketeer-drush-plugin)

[![Join the chat at https://gitter.im/nalipaz/rocketeer-drush](https://camo.githubusercontent.com/e668b3c2935c8886ca20d9bd48a2096d4d91cf1f9ca0578e351eff3fc6b766b1/68747470733a2f2f6261646765732e6769747465722e696d2f6e616c6970617a2f726f636b65746565722d64727573682e737667)](https://gitter.im/nalipaz/rocketeer-drush?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Rocketeer plugin for Drush. Performs various tasks on before-symlink.deploy.

Install
-------

[](#install)

Via Composer

```
$ rocketeer plugin:install nalipaz/rocketeer-drush
```

Usage
-----

[](#usage)

Setup the configuration for your project by running:

```
rocketeer plugin:config nalipaz/rocketeer-drush
```

Then edit the produced configuration file to set your project settings.

You also need to add the plugin to the plugins array in `.rocketeer/config.php`:

```
  'plugins' => [
    'Rocketeer\Plugins\Drush\RocketeerDrush',
  ],
```

And lastly (until [this issue for Rocketeer 3.0](https://github.com/rocketeers/rocketeer/issues/680) gets resolved), you need to edit `.rocketeer/remote.php` to have `'drush'` in the shelled array: `'shelled' => ['drush'],`.

### Overriding configuration

[](#overriding-configuration)

You can set global configuration for your project as described under usage above. However, in some projects you may wish to override settings per connection, stages, or strategies (most commonly connections). As an example, you could do the following for multiple connections with different configs.

```
.rocketeer/connections/
├── local
│   └── remote.php
├── production
│   ├── drush.php
│   ├── remote.php
│   └── scm.php
└── staging
    ├── drush.php
    ├── remote.php
    └── scm.php
.rocketeer/plugins/
└── rocketeers
    └── rocketeer-drush
        └── drush.php

```

In the above example we are overriding some configuration in both the production and staging connections. `drush.php` is simply a copy of `.rocketeer/plugins/rocketeers/rocketeer-drush/drush.php` which has been modified with different settings like a different `drush_alias`.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~4 days

Recently: every ~16 days

Total

21

Last Release

3582d ago

Major Versions

0.1.10 → 1.0.02016-06-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3277382?v=4)[Nicholas Alipaz](/maintainers/nalipaz)[@nalipaz](https://github.com/nalipaz)

---

Top Contributors

[![nalipaz](https://avatars.githubusercontent.com/u/3277382?v=4)](https://github.com/nalipaz "nalipaz (11 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nalipaz-rocketeer-drush/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.3k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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