Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/php-edifact/edifact-generator
- Owner: php-edifact
- License: lgpl-3.0
- Created: 2016-09-06T20:29:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T12:38:29.000Z (about 2 months ago)
- Last Synced: 2024-11-06T09:42:54.221Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 224 KB
- Stars: 36
- Watchers: 9
- Forks: 29
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Electronic-Interchange-Github-Resources - php-edifact/edifact-generator - Library to create UN/EDIFACT messages (Libraries / PHP)
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.