PHPackages                             cobaia/console-plus - 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. cobaia/console-plus

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

cobaia/console-plus
===================

CakePHP Plugin that gives to console additional functionalities

6311PHP

Since May 20Pushed 12y agoCompare

[ Source](https://github.com/krolow/ConsolePlus)[ Packagist](https://packagist.org/packages/cobaia/console-plus)[ RSS](/packages/cobaia-console-plus/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

ConsolePlus
===========

[](#consoleplus)

Additional commands and helpers for CakePHP 2 Console.

What this Plugin provides:
--------------------------

[](#what-this-plugin-provides)

- [ConsoleTable](https://github.com/krolow/ConsolePlus/blob/master/Console/ConsoleTable.php) - A helper to output table data in console. (Not finished yet)
- ConsoleTree - A helper to output tree data in console; (Not implemented yet)
- RouterCommand - List of all routes defined in your application;
- InteractiveCommand - REPL for CakePHP

Usage
-----

[](#usage)

### ConsolePlus.Router

[](#consoleplusrouter)

```
php app/Console/cake.php ConsolePlus.Router

+---------------------------------------------------------------------------------------------------------------------------------+
|                                                         List of Routes                                                          |
+---------------------------------------------------------------------------------------------------------------------------------+
| Controller::action                                | Method                      | Route                                         |
+---------------------------------------------------------------------------------------------------------------------------------+
| ContentsController::view($content)                | ANY                         | /contents/view/{content}/                     |
| ContentsController::detail($content, $test, $lol) | ANY                         | /contents/detail/{content}/{test}/{lol}/      |
| ContentsController::edit($id)                     | GET|PUT|DELETE|HEAD|OPTIONS | /contents/edit/{id}/                          |
| ContentsController::edit($id)                     | POST                        | /edit/{id}                                    |
| PagesController::display()                        | ANY                         | /pages                                        |
| ToolbarAccessController::history_state($key)      | ANY                         | /debug_kit/toolbar_access/history_state/{key} |
| ToolbarAccessController::sql_explain()            | ANY                         | /debug_kit/toolbar_access/sql_explain         |
+---------------------------------------------------------------------------------------------------------------------------------+
```

### ConsolePlus.Interactive

[](#consoleplusinteractive)

[![](https://camo.githubusercontent.com/489e80713c2e2692e676111066dd7eaa993b213a3914acea07070bb92c0f5fce/687474703a2f2f7332312e706f7374696d672e6f72672f386738656b31766b372f636f6e736f6c655f626f7269732e676966)](https://camo.githubusercontent.com/489e80713c2e2692e676111066dd7eaa993b213a3914acea07070bb92c0f5fce/687474703a2f2f7332312e706f7374696d672e6f72672f386738656b31766b372f636f6e736f6c655f626f7269732e676966)

License
-------

[](#license)

Licensed under [The MIT License](http://www.opensource.org/licenses/mit-license.php)Redistributions of files must retain the above copyright notice.

Author
------

[](#author)

Vinícius Krolow - krolow\[at\]gmail.com

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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/7e11de85301f0ecfd380bac5258f4aaec5ea80d34d204b91e78edc9470efd621?d=identicon)[krolow](/maintainers/krolow)

---

Top Contributors

[![krolow](https://avatars.githubusercontent.com/u/46822?v=4)](https://github.com/krolow "krolow (13 commits)")

### Embed Badge

![Health badge](/badges/cobaia-console-plus/health.svg)

```
[![Health](https://phpackages.com/badges/cobaia-console-plus/health.svg)](https://phpackages.com/packages/cobaia-console-plus)
```

###  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)
