PHPackages                             chrisenytc/livcommander - 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. [Framework](/categories/framework)
4. /
5. chrisenytc/livcommander

AbandonedArchivedLibrary[Framework](/categories/framework)

chrisenytc/livcommander
=======================

Livia Command-Line Framework

v1.1.0(12y ago)228MITPHPPHP &gt;=5.3.0

Since Oct 12Pushed 12y ago1 watchersCompare

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

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

LivCommander [![Build Status](https://camo.githubusercontent.com/e40594f4f9fa34b6430ab2f8a879cf74308acd7c51e65a92532d44b656fa614f/68747470733a2f2f7472617669732d63692e6f72672f6368726973656e7974632f6c6976636f6d6d616e6465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/chrisenytc/livcommander) [![Latest Stable Version](https://camo.githubusercontent.com/4e991fd8176fc1bf629cf7351516c0c395dc101775a3055f5872999f5c463cb2/68747470733a2f2f706f7365722e707567782e6f72672f6368726973656e7974632f6c6976636f6d6d616e6465722f762f737461626c652e706e67)](https://packagist.org/packages/chrisenytc/livcommander) [![Total Downloads](https://camo.githubusercontent.com/620e4f0bb21ead55d12423061b16313b4f51ec86644609071144fde9a64f7c45/68747470733a2f2f706f7365722e707567782e6f72672f6368726973656e7974632f6c6976636f6d6d616e6465722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/chrisenytc/livcommander) [![Bitdeli Badge](https://camo.githubusercontent.com/7bc8bf5861c4207214777216380eaec1974997aafeb3e9ef60675bee4f2168df/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f6368726973656e7974632f6c6976636f6d6d616e6465722f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#livcommander----)

Livia Command-Line Framework

### Description

[](#description)

LivCommander is a framework to create terminal applications and manage tasks for executing commands. The main features of LivCommander is to provide the option to show colorful messages and customized, create tasks, show notifications and display lists of available commands.

### Installation

[](#installation)

LivCommander is available on Packagist ([chrisenytc/livcommander](http://packagist.org/packages/chrisenytc/livcommander)) and as such installable via [Composer](http://getcomposer.org/).

```
php composer.phar require chrisenytc/livcommander '~1.0'
```

If you do not use Composer, you can grab the code from GitHub, and use any PSR-0 compatible autoloader (e.g. the [Symfony2 ClassLoader component](https://github.com/symfony/ClassLoader)) to load LivCommander classes.

### Getting Started

[](#getting-started)

```
#!/usr/bin/env php
