bgalek / symfonia-format-parser
Sage Symfonia 格式 3.0 解析器
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: 2024-09-30 01:46:30 UTC
README
易于使用的 Sage 格式 3.0 到 PHP 关联数组的转换器
什么是 "格式 3.0"
格式 3.0 是 Sage 应用程序的默认数据交换格式。更多信息: 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);