kore/ctx-parser

Parser for CTX files

1.2.2 2014-04-09 07:16 UTC

This package is auto-updated.

Last update: 2024-04-07 23:10:47 UTC


README

Travis Status

Parser for CTX files, which are, for example, returned by aqbanking.

Usage:

$parser = new CTXParser\Parser();
$parser->parse("my.ctx");

The parser will return a nested structure of value objects with a full representation of the CTX file.

I could not find a standard definition for theses files, so I worked with example files and extended the parser to be able to parse them. If you find un-parsable CTX files please report issues with attached examples.

You may also just add them unter test/CTXParser/_fixtures/ and extend the parser accordingly.

Local Variables: mode: rst fill-column: 79 End: vim: et syn=rst tw=79