Download the PHP package codeculture/php-mt940 without Composer
On this page you can find all versions of the php package codeculture/php-mt940. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codeculture/php-mt940
More information about codeculture/php-mt940
Files in codeculture/php-mt940
Package php-mt940
Short Description Simple MT940 parser in PHP | kingsquare/php-mt940 fork
License MIT
Homepage https://github.com/fruitl00p/php-mt940
Informations about the package php-mt940
README
What is php-mt940?
The php-mt940 package provides a simple lightweight parser for mt940 (dutch bank file format) parsing. The output is transformed into easy to use dataclasses Transaction_banking which itself contains Statement_banking objects. Pretty straight forward.
Requirements
- Atleast the latest supported PHP5. This should read 5.4+, but probably 5.3 would work (and you should upgrade)
Installation
If composer is not yet on your system, follow the instructions on getcomposer.org to do so.
To add this dependency to your project, simply run the following command from the root of your project:
This ensures that you install the latest stable release.
How to use the parsers?
I've attached a simple script in the examples directory to explain it a bit more in detail, but after loading the required classes, the usage should be pretty simple:
Known issues
I've provided a phpunit test for some engines, but am missing some test-data...
Future plans
I do intend to add new engines or keep everything running smoothly, but since i don't have access to any more test files, it's hard to add new engines ;) The unknown
engine should work or atleast give some idea as to where different banks diverge from the standard. If you do have any ideas, examples or new banks that you'd like to see incorporated, please don't hesitate and send me an issue / pullrequest!
Contact
This is GitHub, you know where to find me :)
License
PHP-MT940 is licensed under the MIT License - see the LICENSE file for details