PHPackages                             nicmart/live-terminal - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nicmart/live-terminal

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nicmart/live-terminal
=====================

Live data on the terminal

v0.1.3(10y ago)251MITPHPPHP &gt;=5.3

Since Sep 13Pushed 10y ago2 watchersCompare

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

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

Live Terminal
=============

[](#live-terminal)

A simple tool to write live data to the terminal output.

Install
-------

[](#install)

The best way to install LiveTerminal is [through composer](http://getcomposer.org).

Just create a composer.json file for your project:

```
{
    "require": {
        "nicmart/live-terminal": "~0.1"
    }
}
```

Then you can run these two commands to install it:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

```

or simply run `composer install` if you have have already [installed the composer globally](http://getcomposer.org/doc/00-intro.md#globally).

Then you can include the autoloader, and you will have access to the library classes:

```
