PHPackages                             phix/consoledisplaylib - 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. phix/consoledisplaylib

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

phix/consoledisplaylib
======================

ConsoleDisplayLib is a simple library for CLI apps to output to the console

4.0.2(12y ago)233.6k↓50%1BSD-3-ClausePHP

Since Jun 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/stuartherbert/ConsoleDisplayLib)[ Packagist](https://packagist.org/packages/phix/consoledisplaylib)[ Docs](https://github.com/stuartherbert/ConsoleDisplayLib/)[ RSS](/packages/phix-consoledisplaylib/feed)WikiDiscussions develop Synced 1mo ago

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

ConsoleDisplayLib
=================

[](#consoledisplaylib)

**ConsoleDisplayLib** is a simple-to-use PHP component for sending output to an old-fashioned command-line terminal.

System-Wide Installation
------------------------

[](#system-wide-installation)

ConsoleDisplayLib should be installed using the [PEAR Installer](http://pear.php.net). This installer is the PHP community's de-facto standard for installing PHP components.

```
sudo pear channel-discover pear.phix-project.org
sudo pear install --alldeps phix/ConsoleDisplayLib

```

As A Dependency On Your Component
---------------------------------

[](#as-a-dependency-on-your-component)

If you are creating a component that relies on ConsoleDisplayLib, please make sure that you add ConsoleDisplayLib to your component's package.xml file:

```

      ConsoleDisplayLib
      pear.phix-project.org
      3.0.0
      3.999.9999

```

Usage
-----

[](#usage)

The best documentation for ConsoleDisplayLib are the unit tests, which are shipped in the package. You will find them installed into your PEAR repository, which on Linux systems is normally /usr/share/php/test.

Development Environment
-----------------------

[](#development-environment)

If you want to patch or enhance this component, you will need to create a suitable development environment. The easiest way to do that is to install phix4componentdev:

```
# phix4componentdev
sudo apt-get install php5-xdebug
sudo apt-get install php5-imagick
sudo pear channel-discover pear.phix-project.org
sudo pear -D auto_discover=1 install -Ba phix/phix4componentdev

```

You can then clone the git repository:

```
# ConsoleDisplayLib
git clone git://github.com/stuartherbert/ConsoleDisplayLib.git

```

Then, install a local copy of this component's dependencies to complete the development environment:

```
# build vendor/ folder
phing build-vendor

```

To make life easier for you, common tasks (such as running unit tests, generating code review analytics, and creating the PEAR package) have been automated using [phing](http://phing.info). You'll find the automated steps inside the build.xml file that ships with the component.

Run the command 'phing' in the component's top-level folder to see the full list of available automated tasks.

License
-------

[](#license)

See LICENSE.txt for full license details.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

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

2

Last Release

4726d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dc3934d5c3ce55e18dca95d52b564fb2a34986770af3c532dba6c248ef58f3a?d=identicon)[stuartherbert](/maintainers/stuartherbert)

---

Top Contributors

[![stuartherbert](https://avatars.githubusercontent.com/u/7926?v=4)](https://github.com/stuartherbert "stuartherbert (54 commits)")

---

Tags

consoleoutputansi colorwordwrap

### Embed Badge

![Health badge](/badges/phix-consoledisplaylib/health.svg)

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

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