petertheone/bawag-csv-parser

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

This package is not auto-updated.

Last update: 2024-04-24 12:04:25 UTC


README

BAWAG P.S.K. Bank CSV export parser.

Usage

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

Unit test

  • install phpunit with: sudo apt-get install phpunit
  • run: phpunit --bootstrap vendor/autoload.php tests/*Test.php