2017 © Pedro PelĂĄez
 

library edi-sef-parser

Sef parser - Edi file definition structure.

image

smalot/edi-sef-parser

Sef parser - Edi file definition structure.

  • Tuesday, November 17, 2015
  • by smalot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

EDI Sef Parser

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Scrutinizer Code Quality, (*1)

Implementation

<?php

include 'vendor/autoload.php';

$content = file_get_contents('810_4050.sef');
$sef = \Smalot\Edi\Sef\Parser::parse($content);

$version = $sef->getVersion();
$ini = $sef->getIniSection();
$description = $ini[5];

The Versions

17/11 2015

dev-master

9999999-dev

Sef parser - Edi file definition structure.

  Sources   Download

MIT

The Requires

 

The Development Requires