PHPackages                             jasny/consolekit-extension - 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. jasny/consolekit-extension

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

jasny/consolekit-extension
==========================

An extension to maximebf/consolekit

v1.0.2(12y ago)22.7k↓88.9%1MITPHPPHP &gt;=5.3.2

Since Apr 24Pushed 11y agoCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (1)

ConsoleKit extension
--------------------

[](#consolekit-extension)

An extension to [maximebf's ConsoleKit](https://github.com/maximebf/ConsoleKit)

- Help - Style help output similar to symfony/console and add support for @example tag.
- Table widget - Output tabbed (help style) or framed tables.

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

[](#installation)

Install the ConsoleKit extension using Composer with the following requirement:

```
{
    "require": {
        "maximebf/consolekit": "1.*",
        "jasny/consolekit-extension": "1.*"
    }
}

```

Usage
-----

[](#usage)

### Help

[](#help)

```
$console = new ConsoleKit\Console();
$console->addCommand('\\Jasny\\ConsoleKit\\HelpCommand', 'help', true);

```

### Table widget

[](#table-widget)

Options (booleans):

- `headers` - First row contains header (default: false)
- `border` - Draw a border around the table (default: true)
- `frame` - Draw a frame between the columns of the table (default: true)
- `skipEmpty` - Skip empty columns (default: false)

```
$rows = array(
    array('Name', 'Occupation', 'Country'),
    array('John Doe', 'Plummer', 'Netherlands'),
    array('Joe Fisher', 'Cook', 'France'),
    array('Jack Black', 'Actor', 'USA')
);

$table = new Jasny\ConsoleKit\Widgets\Table($textwriter, $rows, array('headers'=>true));
$table->write();
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

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 ~0 days

Total

3

Last Release

4399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3379a93d51305df325df9045e1a8b205d195e4e8c01312dff53a000ee79002eb?d=identicon)[jasny](/maintainers/jasny)

---

Top Contributors

[![jasny](https://avatars.githubusercontent.com/u/100821?v=4)](https://github.com/jasny "jasny (7 commits)")

---

Tags

cliconsoleshellcommands

### Embed Badge

![Health badge](/badges/jasny-consolekit-extension/health.svg)

```
[![Health](https://phpackages.com/badges/jasny-consolekit-extension/health.svg)](https://phpackages.com/packages/jasny-consolekit-extension)
```

###  Alternatives

[symfony/console

Eases the creation of beautiful and testable command line interfaces

9.8k1.1B11.3k](/packages/symfony-console)[psy/psysh

An interactive shell for modern PHP.

9.8k545.6M719](/packages/psy-psysh)[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M286](/packages/nunomaduro-termwind)[kevinlebrun/colors.php

Colors for PHP CLI scripts

3426.7M45](/packages/kevinlebrun-colorsphp)[wp-cli/php-cli-tools

Console utilities for PHP

68325.0M367](/packages/wp-cli-php-cli-tools)

PHPackages © 2026

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