PHPackages                             floe/robo-pantheon - 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. floe/robo-pantheon

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

floe/robo-pantheon
==================

Robo tasks and helpers for Pantheon projects

1511PHP

Since Feb 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/FloeDesignTechnologies/robo-pantheon)[ Packagist](https://packagist.org/packages/floe/robo-pantheon)[ RSS](/packages/floe-robo-pantheon/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Robo Panthon Extension
======================

[](#robo-panthon-extension)

[![CircleCI](https://camo.githubusercontent.com/266ffd318018885d70124b2bee6f6a449bb0a7d54a97dcf472f3eb65f8f38306/68747470733a2f2f636972636c6563692e636f6d2f67682f466c6f6544657369676e546563686e6f6c6f676965732f726f626f2d70616e7468656f6e2e7376673f7374796c653d737667)](https://circleci.com/gh/FloeDesignTechnologies/robo-pantheon)

Robo tasks and helpers for Pantheon projects.

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

[](#installation)

`composer require floe/robo-pantheon`

Usage
-----

[](#usage)

Use the trait in your RoboFile:

```
class RoboFile extends \Robo\Tasks {
    use \Floe\Robo\Pantheon\loadTasks;
}
```

### Run Terminus command

[](#run-terminus-command)

```
// terminus command:subcommand:subcommand param1 param2 --option1=value --option2
$this->taskTerminus('art')
  ->param('param1');
  ->param('param2');
  ->option('option1', 'value')
  ->option('option2')
  ->run();

// terminus command:subcommand:subcommand param1 param2 --option1=value --option2
$this->taskTerminus('command:subcommand:subcommand')
  ->params('param1', 'param2')
  ->options([
    'option1' => 'value',
    'option2' => true
  ])
  ->run()

// terminus command:subcommand:subcommand param1 param2 --option1=value --option2
$this->_terminus('command:subcommand:subcommand', ['param1', 'param2'], ['option1' => 'value', 'option2' => true]);
```

### Run a stack of terminus commands

[](#run-a-stack-of-terminus-commands)

```
// terminus command:subcommand:subcommand param1 param2 --option1=value --option2 &&
// terminus command:subcommand:subcommand param1 param2 --option1=value --option2
$this->taskTerminusStack()
  ->exec('command:subcommand:subcommand', ['param1', 'param2'], ['option1' => 'value', 'option2' => true])
  ->commandSubcommandSubcommand(['param1', 'param2'], ['option1' => 'value', 'option2' => true])
  ->run()
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/2f6b76cb5ff0fa15479970b993cc4684a38587aacfc2f05889dc09bbf371507b?d=identicon)[pbuyle](/maintainers/pbuyle)

---

Tags

pantheonrobo-tasks

### Embed Badge

![Health badge](/badges/floe-robo-pantheon/health.svg)

```
[![Health](https://phpackages.com/badges/floe-robo-pantheon/health.svg)](https://phpackages.com/packages/floe-robo-pantheon)
```

###  Alternatives

[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

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

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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