thesmart/php-cli-tools
最新稳定版本:v1.1
Composer 安装命令:
composer require thesmart/php-cli-tools
包简介
A collection of tools to help with command line development in PHP 5.3
README 文档
README
A collection of functions and classes to assist with command line development.
Requirements
- PHP >= 5.3
Function List
\cli\out($msg, ...)\cli\out_padded($msg, ...)\cli\err($msg, ...)\cli\line($msg = '', ...)\cli\input()\cli\prompt($question, $default = false, $marker = ':')\cli\choose($question, $choices = 'yn', $default = 'n')\cli\menu($items, $default = false, $title = 'Choose an Item')
Progress Indicators
\cli\notifier\Dots($msg, $dots = 3, $interval = 100)\cli\notifier\Spinner($msg, $interval = 100)\cli\progress\Bar($msg, $total, $interval = 100)
Tabular Display
\cli\Table::__construct(array $headers = null, array $rows = null)\cli\Table::setHeaders(array $headers)\cli\Table::setRows(array $rows)\cli\Table::addRow(array $row)\cli\Table::sort($column)\cli\Table::display()
Usage
See example.php for examples.
Todo
- Expand this README
- Add doc blocks to rest of code
统计信息
- 总下载量: 8.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-08-07