tallieutallieu/oak-console-table
最新稳定版本:3.0.0
Composer 安装命令:
composer require tallieutallieu/oak-console-table
包简介
Console tables for Oak commands
README 文档
README
Console tables for Oak
Installation
composer require tallieutallieu/oak-console-table
Example usage
<?php $table = new \Tnt\ConsoleTable\Table($output); // $output = OutputInterface $table->setHeaders(['Id', 'Username', 'Email address',]); $table->setRows([ [1, 'Rein', 'reinvanoyen@gmail.com',], [2, 'JohnDoe21', 'johndoe@hotmail.com',], [3, 'butterfly1982', 'butterfly54@gmail.com',], ]); $table->addRow([4, 'user45', 'johndoe122@gmail.com',]); $table->output();
统计信息
- 总下载量: 505
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2021-03-24