Skip to content

php-edifact/edifact-generator

Folders and files

NameName
Last commit message
Last commit date
Aug 18, 2022
Oct 23, 2024
Oct 23, 2024
Oct 23, 2024
Oct 23, 2024
Aug 18, 2022
Sep 6, 2016
Aug 7, 2023
Mar 25, 2019
Oct 23, 2024
Oct 23, 2024

Repository files navigation

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.