bgalek / symfonia-format-parser
Sage Symfonia Format 3.0 parser
v1.0.2
2022-04-03 19:13 UTC
Requires
- php: >=7.1
- ext-iconv: @stable
Requires (Dev)
- phpmd/phpmd: @stable
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-08-29 02:06:04 UTC
README
Easy to use Sage Format 3.0 to PHP associative array converter
What's "Format 3.0"
Format 3.0 is a default data exchange format for Sage Applications. More information: https://pomoc.sage.com.pl/data/hm/Symfonia/2017/data/wymiana_danych_format_3.htm
Installation
composer require bgalek/symfonia-format-parser
Import
use SymfoniaFormatParser\SymfoniaFormatParser;
Usage
$array = SymfoniaFormatParser::parse($input);