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

ActiveCakephp-plugin[CLI &amp; Console](/categories/cli)

gourmet/robo
============

A simple shell to wrap around codegyre/robo.

v0.3.0(10y ago)57451[1 PRs](https://github.com/gourmet/robo/pulls)1MITPHP

Since May 2Pushed 10y ago3 watchersCompare

[ Source](https://github.com/gourmet/robo)[ Packagist](https://packagist.org/packages/gourmet/robo)[ Docs](http://github.com/gourmet/robo)[ RSS](/packages/gourmet-robo/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (13)Used By (1)

Robo
====

[](#robo)

A simple [CakePHP](http://cakephp.org) shell to wrap around [Robo](//github.com/codegyre/robo).

Requirements
------------

[](#requirements)

- CakePHP 3.x

Install
-------

[](#install)

Add the plugin to your project's `composer.json` - something like this:

```
{
	"require": {
		"gourmet/robo": "*"
	}
}
```

Because this plugin has the type `cakephp-plugin` set in its own `composer.json`, [Composer](http://getcomposer.org) will install it inside your /Plugins directory, rather than in your `vendor-dir`. It is recommended that you add /Plugins/Robo to your `.gitignore` file and here's [why](http://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md).

### Enable plugin

[](#enable-plugin)

Enable it in your `App/Config/bootstrap.php` like so:

```
\Cake\Core\Plugin::load('Robo', [
	'namespace' => 'Gourmet\\Robo',
	'autoload' => true
]);
```

Usage
-----

[](#usage)

```
cake Robo.robot

```

Configure
---------

[](#configure)

From the cli:

```
cake Robo.robot --config=path/to/RoboFile.php

```

Or using the `Path.robofile` configuration key:

```
Cake\Core\Configure::write('Path.robofile', 'path/to/RoboFile.php');
```

TODO
----

[](#todo)

- Write tests.
- Add badges (travis, coveralls, downloads, latest stable).

License
-------

[](#license)

Copyright (c) 2014, Jad Bitar and licensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

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

Every ~64 days

Recently: every ~126 days

Total

11

Last Release

3796d ago

### Community

Maintainers

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

---

Top Contributors

[![jadb](https://avatars.githubusercontent.com/u/33527?v=4)](https://github.com/jadb "jadb (22 commits)")

---

Tags

pluginshellcakephproboTasksbuild

### Embed Badge

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

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

###  Alternatives

[alecrabbit/php-console-spinner

Extremely flexible spinner for \[async\] php cli applications

24038.0k2](/packages/alecrabbit-php-console-spinner)[mwguerra/web-terminal

A web-based terminal component for Filament/Laravel with command whitelisting and multiple connection types

296.1k](/packages/mwguerra-web-terminal)[bravo3/ssh

Interactive SSH2 suite for PHP 5.4

191.0k1](/packages/bravo3-ssh)

PHPackages © 2026

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