yuca/qif2array

将 QIF 文件解析为数组

v0.1.0 2018-04-27 05:57 UTC

This package is auto-updated.

Last update: 2024-09-04 14:44:29 UTC


README

将 QIF 文件解析为数组

安装

composer require yuca/qif2array

用法

$rows = Yuca\Qif2Array::parse('path/to/file.qif');

许可

MIT