nicmart/live-terminal
最新稳定版本:v0.1.3
Composer 安装命令:
composer require nicmart/live-terminal
包简介
Live data on the terminal
README 文档
README
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';
统计信息
- 总下载量: 51
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-13