PHPackages                             digipolisgent/robo-drupal-console - 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. digipolisgent/robo-drupal-console

ActiveRobo-tasks[CLI &amp; Console](/categories/cli)

digipolisgent/robo-drupal-console
=================================

Drupal Console CommandStack for Robo Task Runner

0.1.2(6y ago)814.8k[2 issues](https://github.com/digipolisgent/robo-drupal-console/issues)MITPHPPHP &gt;=5.5.0CI failing

Since Dec 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/digipolisgent/robo-drupal-console)[ Packagist](https://packagist.org/packages/digipolisgent/robo-drupal-console)[ RSS](/packages/digipolisgent-robo-drupal-console/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (8)Used By (0)

Robo Drupal Console Extension
=============================

[](#robo-drupal-console-extension)

Extension to execute Drupal Console commands in [Robo](http://robo.li/).

[![Latest Stable Version](https://camo.githubusercontent.com/cf280742af3264c0d6bae8018e76eecad0b4af9bdc4b95a89eadb320c345d786/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64727570616c2d636f6e736f6c652f762f737461626c65)](https://packagist.org/packages/digipolisgent/robo-drupal-console)[![Latest Unstable Version](https://camo.githubusercontent.com/dd196b4f0bd8a844fce2156bffab39b04d6f10692992acdbb38421e2645bdaaa/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64727570616c2d636f6e736f6c652f762f756e737461626c65)](https://packagist.org/packages/digipolisgent/robo-drupal-console)[![Total Downloads](https://camo.githubusercontent.com/f2deb61f482e04d03ec3b246f7cd1b007e758a0bd1e9d4624bf43598918b5e7f/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64727570616c2d636f6e736f6c652f646f776e6c6f616473)](https://packagist.org/packages/digipolisgent/robo-drupal-console)[![License](https://camo.githubusercontent.com/2a471d7d92c637f4f695199bd82db23532119483b96c7b8289d03eb7860cb27c/68747470733a2f2f706f7365722e707567782e6f72672f64696769706f6c697367656e742f726f626f2d64727570616c2d636f6e736f6c652f6c6963656e7365)](https://packagist.org/packages/digipolisgent/robo-drupal-console)

[![Build Status](https://camo.githubusercontent.com/459382c630ec7f01186d635568825d783382435afa6992916e2746d9c3e8747c/68747470733a2f2f7472617669732d63692e6f72672f64696769706f6c697367656e742f726f626f2d64727570616c2d636f6e736f6c652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/digipolisgent/robo-drupal-console)[![Maintainability](https://camo.githubusercontent.com/bed6814d07b0b2ee1f98814a787eeab4045178671aa726814b23b9fd4ffe092b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34386239313534386562303361626162613966382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/digipolisgent/robo-drupal-console/maintainability)[![Test Coverage](https://camo.githubusercontent.com/20e8cbb86df55ee473273bdeb8922f647019f2356308d4a84c130f6970504980/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34386239313534386562303361626162613966382f746573745f636f766572616765)](https://codeclimate.com/github/digipolisgent/robo-drupal-console/test_coverage)[![PHP 7 ready](https://camo.githubusercontent.com/d2df9e8db616f5a03f868daf1132fcf802b29d0550b34f878752713daa807490/68747470733a2f2f7068703772656164792e74696d6573706c696e7465722e63682f64696769706f6c697367656e742f726f626f2d64727570616c2d636f6e736f6c652f646576656c6f702f62616467652e737667)](https://travis-ci.org/digipolisgent/robo-drupal-console)

Created based on [Robo DrushStack](https://github.com/boedah/robo-drush). Runs Drupal Console commands in stack. You can define global options for all commands (like Drupal root and uri).

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)
- [Examples](#examples)

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

[](#installation)

Add `"digipolisgent/robo-drupal-console": "~0.1"` to your composer.json:

```
    {
        "require-dev": {
            "digipolisgent/robo-drupal-console": "~0.1"
        }
    }
```

and execute `composer update`.

OR

Issue `composer require --dev digipolisgent/robo-drupal-console:~0.1`

Usage
-----

[](#usage)

Use the trait (according to your used version) in your RoboFile:

```
class RoboFile extends \Robo\Tasks
{
    use DigipolisGent\Robo\Task\DrupalConsole\loadTasks;
}
```

Testing
-------

[](#testing)

`composer test`

Examples
--------

[](#examples)

### Site update

[](#site-update)

This executes pending database updates and reverts all features (from code to database):

### Site install

[](#site-install)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.4% 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 ~241 days

Total

5

Last Release

2461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd0af1f056fd3baa2df55c0c745ade4d0f8af99505f717bf0ad48d7b615a2153?d=identicon)[Jelle-S](/maintainers/Jelle-S)

![](https://www.gravatar.com/avatar/ec45173701ba2e7958fd8b51291f9f1d0edf4444bce07d44c0fabda7300368cf?d=identicon)[zero2one](/maintainers/zero2one)

![](https://www.gravatar.com/avatar/7cfd5896bb41365115b75a18963ac964fbcfc44150103c366c2f4e039931d9d9?d=identicon)[daften](/maintainers/daften)

---

Top Contributors

[![daften](https://avatars.githubusercontent.com/u/1221024?v=4)](https://github.com/daften "daften (91 commits)")[![Jelle-S](https://avatars.githubusercontent.com/u/1828542?v=4)](https://github.com/Jelle-S "Jelle-S (25 commits)")

---

Tags

d09check22drupaldrupal-consoleroborobo-drupal-consoleweb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/digipolisgent-robo-drupal-console/health.svg)

```
[![Health](https://phpackages.com/badges/digipolisgent-robo-drupal-console/health.svg)](https://phpackages.com/packages/digipolisgent-robo-drupal-console)
```

###  Alternatives

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M677](/packages/drush-drush)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M12](/packages/pantheon-systems-terminus)[chromatic/usher

A collection of Robo commands for use on Chromatic projects.

13534.3k1](/packages/chromatic-usher)[openeuropa/task-runner

PHP task runner based on Robo, focused on extensibility.

37208.7k14](/packages/openeuropa-task-runner)[boedah/robo-drush

Drush CommandStack for Robo Task Runner

22344.5k4](/packages/boedah-robo-drush)[typhonius/acquia_cli

A Robo CLI tool for integrating with Acquia CloudAPI

3132.6k](/packages/typhonius-acquia-cli)

PHPackages © 2026

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