2017 © Pedro Peláez
 

library edifact

Tools in PHP for UN/EDIFACT

image

progrupa/edifact

Tools in PHP for UN/EDIFACT

  • Tuesday, December 8, 2015
  • by progrupa
  • Repository
  • 3 Watchers
  • 1 Stars
  • 45 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 43 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

edifact

Tools to process EDI messages in UN/EDIFACT format, (*1)

Supported syntax is version 3., (*2)

It's provided in a Composer package., (*3)

EDI/Parser

Given an edi message checks the syntax, outputs errors and returns the message as a multidimensional array., (*4)

EDI/Encoder

Given a multidimensional array (formatted as the output of the parser), returns an EDI string, optionally one segment per line., (*5)

EDI/Analyser

Create from EDI file readable structured text with comments from segments.xml, (*6)

EDI/Reader

Read from EDI file requested segment element values, (*7)

Example

Edifact DTM+7:201309200717:203', (*8)

Array ['DTM',['7','201309200717','203']], (*9)

Syntax data

Processed from EDI PEAR Package by David JEAN LOUIS (izi), downloadable from https://code.google.com/p/izi-sandbox/source/browse/trunk/php/php_edi/., (*10)

Notes

Valid characters are: A-Za-z0-9.,-()/'+:=?!"%&*;<> UNECE, (*11)

The Versions

08/12 2015

dev-master

9999999-dev https://github.com/sabas/edifact

Tools in PHP for UN/EDIFACT

  Sources   Download

LGPL-3.0+

The Development Requires

container message edi edifact

16/10 2015

0.0.2

0.0.2.0 https://github.com/sabas/edifact

Tools in PHP for UN/EDIFACT

  Sources   Download

LGPL-3.0+

The Development Requires

container message edi edifact