smalot/edi-sef-parser

Sef parser - Edi file definition structure.

Maintainers

Package info

github.com/smalot/edi-sef-parser

pkg:composer/smalot/edi-sef-parser

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-05 01:00:55 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];