Edifact A PHP library to parse and serialize UN/EDIFACT messages

Getting Started

Usage

Formatting

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require estrato/edifact

Or you can manually add it to your composer.json:

{
    "require": {
        "estrato/edifact": "^4.0"
    }
}