php-edifact/edifact-generator

EDIFACT message generators

1.2.1 2024-03-07 09:47 UTC

This package is auto-updated.

Last update: 2024-05-05 20:30:22 UTC


README

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.