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

Getting Started

Usage

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require metroplex-systems/edifact

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

{
    "require": {
        "metroplex-systems/edifact": "^0.1.0"
    }
}