Skip to content

nicmart/LiveTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Terminal

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

Install

The best way to install LiveTerminal is through composer.

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.

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

<?php
require 'vendor/autoload.php';

About

A simple tool that helps writing live data to the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages