PHPackages                             othercode/cli - 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. othercode/cli

ActiveLibrary

othercode/cli
=============

Command line interface framework.

016[1 PRs](https://github.com/othercodes/cli/pulls)PHP

Since May 11Pushed 5y agoCompare

[ Source](https://github.com/othercodes/cli)[ Packagist](https://packagist.org/packages/othercode/cli)[ RSS](/packages/othercode-cli/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Command Line Framework
======================

[](#command-line-framework)

Small command line framework to build multi-level chained commands. Offer a small writter and formatter system to print messages with custom format (colors and style like bold or underline).

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

[](#requirements)

- PHP &gt;= 5.4.\*
- PHP Readline extension

Usage
-----

[](#usage)

First we need to create an application: `\App\CLIApplication.php`

```
