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"
}
}