PHPackages                             claudsonm/pedi - 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. claudsonm/pedi

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

claudsonm/pedi
==============

Electronic Data Interchange (EDI) file parser for PHP.

v0.0.3(5y ago)01.4kMITPHPPHP ^7.4

Since Jun 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/claudsonm/pedi)[ Packagist](https://packagist.org/packages/claudsonm/pedi)[ Docs](https://github.com/claudsonm/pedi)[ RSS](/packages/claudsonm-pedi/feed)WikiDiscussions master Synced today

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

Electronic Data Interchange (EDI) file parser for PHP.
======================================================

[](#electronic-data-interchange-edi-file-parser-for-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bef146ac57480f92ddca057d80effc83094680fed77cf155e0b4b008a0105316/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c617564736f6e6d2f706564693f6c6f676f3d636f6d706f736572)](https://packagist.org/packages/claudsonm/pedi)[![CI](https://camo.githubusercontent.com/a57ee0c770a80943c361fcd4b3d595e40c5e258668c6323c0788c38643c1734d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636c617564736f6e6d2f706564692f43493f6c6162656c3d4349266c6f676f3d6769746875622d616374696f6e73266c6f676f436f6c6f723d666666266c6162656c436f6c6f723d323038384646)](https://github.com/claudsonm/pedi/actions?query=workflow%3ACI+branch%3Amaster)[![Code Coverage](https://camo.githubusercontent.com/cc1f4d944f26228bdd77e9a6edeec0af7864620c1862a8685cfbd087f6533565/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f636c617564736f6e6d2f706564693f6c6f676f3d7363727574696e697a65722d4349266c6162656c436f6c6f723d384139323936266c6f676f436f6c6f723d666666)](https://scrutinizer-ci.com/g/claudsonm/pedi/?branch=master)[![Code Quality](https://camo.githubusercontent.com/8538ca63d70b3d7feadc80e0855dad2a9fd41737add24e06d108cfa60770a487/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f636c617564736f6e6d2f706564693f6c6f676f3d7363727574696e697a65722d6369266c6162656c436f6c6f723d384139323936266c6f676f436f6c6f723d666666)](https://scrutinizer-ci.com/g/claudsonm/pedi/?branch=master)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

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

[](#installation)

You can install the package via composer:

```
composer require claudsonm/pedi
```

Usage
-----

[](#usage)

```
// Usage description here
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Claudson Martins](https://github.com/claudsonm)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Total

3

Last Release

2061d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d504b59835bfe66cfd9581d271005e5c0030b6b320e3777905dee33fdd5eb72f?d=identicon)[claudsonm](/maintainers/claudsonm)

---

Top Contributors

[![claudsonm](https://avatars.githubusercontent.com/u/4139808?v=4)](https://github.com/claudsonm "claudsonm (59 commits)")

---

Tags

parserediPagsegurocieloelectronic data interchangeclaudsonm

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/claudsonm-pedi/health.svg)

```
[![Health](https://phpackages.com/badges/claudsonm-pedi/health.svg)](https://phpackages.com/packages/claudsonm-pedi)
```

###  Alternatives

[nikic/php-parser

A PHP parser written in PHP

17.4k902.6M1.8k](/packages/nikic-php-parser)[doctrine/lexer

PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.

11.2k910.8M117](/packages/doctrine-lexer)[erusev/parsedown

Parser for Markdown.

15.0k151.8M724](/packages/erusev-parsedown)[league/commonmark

Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)

2.9k404.0M698](/packages/league-commonmark)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M226](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M63](/packages/sabberworm-php-css-parser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
