kore / ctx-parser
Parser for CTX files
1.2.2
2014-04-09 07:16 UTC
Requires
- php: >=5.4.0
README
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.