smalot/edi-sef-parser

Sef parser - Edi file definition structure.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/smalot/edi-sef-parser

dev-master 2015-11-16 23:39 UTC

This package is not auto-updated.

Last update: 2025-10-01 23:14:49 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Scrutinizer Code Quality

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];