mrstroz / php-edi-x12
A framework for parsing and generating EDI X12 documents in PHP. Library built on top of aonach/php-edi and PopeFelix/php-edi, rebuild later by INWAVE Team
Installs: 174
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 15
Open Issues: 3
Requires
- php: ^7.3
- monolog/monolog: 1.*
Requires (Dev)
- phpunit/phpunit: ~7.4
This package is auto-updated.
Last update: 2025-03-05 23:36:14 UTC
README
A framework for parsing and generating EDI X12 documents in PHP.
Library built on top of aonach/php-edi and PopeFelix/php-edi, rebuild later by INWAVE Team.
Usage
use Mrstroz\Edi; use Mrstroz\Edi\SegmentParser; $documents = Edi::parseFile('./data/edi/edi-message.txt'); $segments = SegmentParser::parseAllSegmentsAsArray($documents);