PHPackages                             gnugat/konzolo - 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. gnugat/konzolo

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

gnugat/konzolo
==============

Lightweight Console library, for PHP

v1.1.1(11y ago)317MITPHP

Since Nov 5Pushed 11y ago2 watchersCompare

[ Source](https://github.com/gnugat/konzolo)[ Packagist](https://packagist.org/packages/gnugat/konzolo)[ RSS](/packages/gnugat-konzolo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Konzolo
=======

[](#konzolo)

A lightweight Console library, for PHP.

It can be used to build minimalistic CLI applications, or to implement the Command design pattern.

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

[](#installation)

Use [Composer](http://getcomposer.org) to install Konzolo:

```
composer require gnugat/konzolo:~1.1

```

Example
-------

[](#example)

Create a command:

```
