PHPackages                             boda/edi-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. boda/edi-parser

ActiveSymfony-bundle[Parsing &amp; Serialization](/categories/parsing)

boda/edi-parser
===============

A simple positional EDI parser for Symfony

v0.1.4(6y ago)34341Apache-2.0PHP

Since Mar 20Pushed 6y ago2 watchersCompare

[ Source](https://github.com/davidbonachera/EdiParser)[ Packagist](https://packagist.org/packages/boda/edi-parser)[ RSS](/packages/boda-edi-parser/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (1)Versions (16)Used By (0)

Edi Parser Bundle
=================

[](#edi-parser-bundle)

[![Codacy Badge](https://camo.githubusercontent.com/9fa39ba6e2be915c029c3e99847866a2e1902ff49848a1b57f17895034024ed0/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3839323932633437373131303435663838633233393966343439396265336236)](https://www.codacy.com/app/david.bonachera/EdiParser?utm_source=github.com&utm_medium=referral&utm_content=davidbonachera/EdiParser&utm_campaign=badger) [![Code Climate](https://camo.githubusercontent.com/76e9e919209662cb912fd6274a25d2d30ecfd4bc305986ee78830a32ff19668c/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f636f6465636c696d6174652f636f6465636c696d6174652f6261646765732f6770612e737667)](https://codeclimate.com/github/davidbonachera/EdiParser)

A simple positional edi parser to transform a string to a key-value array based on a template

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

[](#installation)

Installation using composer is really easy: this command will add `"boda/edi-parser"` to your composer.json and will download the bundle:

```
composer require boda/edi-parser

```

Enable the bundle in your kernel:

```
