devvoh/fixedwidth 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

devvoh/fixedwidth

最新稳定版本:0.2.6

Composer 安装命令:

composer require devvoh/fixedwidth

包简介

FixedWidth is a library to read and generate fixed-width data files

README 文档

README

Latest Stable Version Latest Unstable Version License

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

GitHub 信息

  • Stars: 4
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: Unlicense
  • 更新时间: 2016-11-09