devvoh/fixedwidth
最新稳定版本:0.2.6
Composer 安装命令:
composer require devvoh/fixedwidth
包简介
FixedWidth is a library to read and generate fixed-width data files
关键字:
README 文档
README
Fixed-width is a simple library that can make working with fixed width file formats much easier. You define a Schema for a line, which can have a delimiter or not, and both the Reader and Generator will work with that Schema.
You can define valid characters, and the line or data will be rejected if it doesn't adhere to it. If a delimiter is found in a data value, it's rejected. If a line is rejected, the Reader will return null, which you can then interpret as you wish. If a dataItem is rejected, the Generator will return -- invalid data: data.
Requirements
- PHP 5.6, PHP 7
Installation
Fixed-width can be installed by using Composer. Simply run:
composer require devvoh/fixedwidth
License
Fixed-width is open-sourced software licensed under the Unlicense.
统计信息
- 总下载量: 3.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unlicense
- 更新时间: 2016-11-09