2017 © Pedro PelĂĄez
 

library live-terminal

Live data on the terminal

image

nicmart/live-terminal

Live data on the terminal

  • Monday, November 2, 2015
  • by nicmart
  • Repository
  • 1 Watchers
  • 1 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Live Terminal

A simple tool to write live data to the terminal output., (*1)

Install

The best way to install LiveTerminal is through composer., (*2)

Just create a composer.json file for your project:, (*3)

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

Then you can run these two commands to install it:, (*4)

$ 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., (*5)

Then you can include the autoloader, and you will have access to the library classes:, (*6)

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

The Versions

02/11 2015

dev-master

9999999-dev

Live data on the terminal

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

02/11 2015

v0.1.3

0.1.3.0

Live data on the terminal

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

29/09 2015

v0.1.2

0.1.2.0

Live data on the terminal

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

14/09 2015

v0.1.1

0.1.1.0

Live data on the terminal

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

13/09 2015

v0.1.0

0.1.0.0

Live data on the terminal

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires