Download the PHP package chemaclass/edifact-parser without Composer
On this page you can find all versions of the php package chemaclass/edifact-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chemaclass/edifact-parser
More information about chemaclass/edifact-parser
Files in chemaclass/edifact-parser
Download chemaclass/edifact-parser
More information about chemaclass/edifact-parser
Files in chemaclass/edifact-parser
Vendor chemaclass
Package edifact-parser
Short Description An EDIFACT file parser to extract the values from any defined segment
License MIT
Package edifact-parser
Short Description An EDIFACT file parser to extract the values from any defined segment
License MIT
Please rate this library. Is it a good library?
Informations about the package edifact-parser
π¦ EDIFACT Parser
EDIFACT stands for Electronic Data Interchange For Administration, Commerce, and Transport.
This package provides a robust and extensible PHP parser to read, interpret, and extract data from EDIFACT-formatted files.
π Not sure what EDIFACT is? Learn more here
π EDIFACT Format Overview
- A file is composed of multiple segmentsβeach begins with a tag (e.g.,
UNH
,NAD
). - Each segment contains structured data relevant to that tag.
- A message typically starts with a
UNH
segment and ends with aUNT
segment. - A transaction is a list of such messages within a file.
π Read more about segments here
πΎ Installation
Install via Composer:
π§ͺ Examples
π Usage example
π More Examples
- example/printing-segments.php β Print all parsed segments line by line.
- example/extracting-data.php β Extract values from specific segments.
π€ Contributing
We welcome contributions of all kindsβbug fixes, ideas, and improvements.
- π Report issues
- π§ Submit a pull request
π See the contributing guide to get started.
All versions of edifact-parser with dependencies
PHP Build Version
Package Version
The package chemaclass/edifact-parser contains the following files
Loading the files please wait ....