Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 450 Bytes

The classes provided by this package give a fluent interface which simplifies the encoding of an EDI (mainly UN/EDIFACT) message.

The resulting array can be encoded in a valid message with EDI\Encoder class provided by https://github.com/PHPEdifact/edifact.

Each message type extends a generic Message class which provides common helpers.

See SAMPLES.md for code examples using this library.