定制 tallieutallieu/oak-console-table 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2021-03-24