Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/php-edifact/edifact-generator

Formatter for EDI messages
https://github.com/php-edifact/edifact-generator

Last synced: about 1 month ago
JSON representation

Formatter for EDI messages

Awesome Lists containing this project

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](https://github.com/PHPEdifact/edifact).

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

See [SAMPLES.md](SAMPLES.md) for code examples using this library.