petertheone/bawag-csv-parser

dev-master 2016-02-21 23:35 UTC

This package is not auto-updated.

Last update: 2024-09-25 13:51:53 UTC


README

BAWAG P.S.K. 银行 CSV 导出解析器。

用法

$result = \BawagCsvParser\BawagCsvParser::parse($content);

单元测试

  • 使用以下命令安装 PHPUnit: sudo apt-get install phpunit
  • 运行: phpunit --bootstrap vendor/autoload.php tests/*Test.php