bgalek/symfonia-format-parser

Sage Symfonia Format 3.0 parser

v1.0.2 2022-04-03 19:13 UTC

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

Travis (.org) Codecov Libraries.io dependency status for GitHub repo

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