Easy to use Sage Format 3.0 to PHP associative array converter
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
composer require bgalek/symfonia-format-parser
use SymfoniaFormatParser\SymfoniaFormatParser;
$array = SymfoniaFormatParser::parse($input);