lovelock/spt
Composer 安装命令:
composer require lovelock/spt
包简介
Simple PHP table generator.
README 文档
README
Lately I'm stucked in countless table generating work, so I create this little library to ease myself.
Usage
You want to generate a table, so you have some field names for the table header, and you have lots of data for the table body. We assume they are fields and data.
Now, you can generate the table by doing this:
-
Fetch the latest library
composer require lovelock/spt -
Use it in your code.
... echo new \Spt\Table($fields, $data);
Enjoy it.
Donation
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-09