programie/phptable
Composer 安装命令:
composer require programie/phptable
包简介
A library to display data in a table
README 文档
README
This library provides a simple API to display data in a table. It heavily depends on the Symfony Console component to output the data to the console or any other output.
One of the main features is the ability to define the order of the table headers. After that, the order of the row columns is defined by keys. It does not matter in which order you add the fields to the rows, the header row will always define the order.
Installation
Add the composer package "programie/phptable" to the required packages of your composer.json:
composer require programie/phptable
统计信息
- 总下载量: 64
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-04