annis-souames / edifact-generator
EDIFACT message generators
v1.1.7
2023-02-12 18:51 UTC
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.14
- phpunit/phpunit: ~8.0
- sabas/edifact: ^0.4.1
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.