PHPackages                             zol/fixed-column-width-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. zol/fixed-column-width-parser

AbandonedLibrary[Parsing &amp; Serialization](/categories/parsing)

zol/fixed-column-width-parser
=============================

Parse fixed column width files according to given schema

0.1.2(11y ago)76.6k1MITPHPPHP &gt;=5.4.0

Since Jul 8Pushed 10y ago2 watchersCompare

[ Source](https://github.com/t-geindre/fixed-column-width-parser)[ Packagist](https://packagist.org/packages/zol/fixed-column-width-parser)[ RSS](/packages/zol-fixed-column-width-parser/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (4)Used By (1)

Fixed column width parser [![Build Status](https://camo.githubusercontent.com/e5c50d7e9179c39837a3cd0057853130eb595feb10f487631647767d8b5c2c0f/68747470733a2f2f7472617669732d63692e6f72672f742d6765696e6472652f66697865642d636f6c756d6e2d77696474682d7061727365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/t-geindre/fixed-column-width-parser)
==================================================================================================================================================================================================================================================================================================================================================================

[](#fixed-column-width-parser-)

Parser for fixed column width files.

Installation
------------

[](#installation)

Via [Composer](https://getcomposer.org/) :

```
$ composer install zol/fixed-column-width-parser
```

Usage
-----

[](#usage)

First, you have to define your file schema. Then, you can parse a file according to the previously defined schema.

```
