PHPackages                             cyberwizzard/mt940 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cyberwizzard/mt940

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

cyberwizzard/mt940
==================

Addon for the MT940 bank statement parser to add Rabobank CSV and updated ING MT940 support using PHP 5.3

0.3.3(9y ago)3311[1 issues](https://github.com/Cyberwizzard/mt940/issues)GNU GPLv2PHPPHP &gt;=5.3.0

Since Apr 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Cyberwizzard/mt940)[ Packagist](https://packagist.org/packages/cyberwizzard/mt940)[ RSS](/packages/cyberwizzard-mt940/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

mt940
=====

[](#mt940)

An composer extension to the MT940 parser from the jejik/mt940 library that fixes parsing ING Bank statements in the MT940 format and adds support for Rabobank CSV statements

Installation
------------

[](#installation)

You can install cyberwizzard/MT940 using Composer. You can read more about Composer and its main repository at [http://packagist.org](http://packagist.org "Packagist"). First install Composer for your project using the instructions on the Packagist home page, then define your dependency on cyberwizzard/MT940 in your `composer.json` file.

Note: currently this library is not published on Packagist; as soon as it is cleaned up, it will get published and there will be no need to specify a repository.

```
    {
        "repositories": [{
            "type": "vcs",
            "url": "https://github.com/cyberwizzard/mt940"
        }],
        "require": {
            "cyberwizzard/mt940": ">=0.3"
        }
    }
```

This library follows the [PSR-0 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md). You will need a PSR-0 compliant autoloader to load the cyberwizzard/MT940 classes. Composer provides one for you in your `vendor/.composer/autoload.php`.

Usage
-----

[](#usage)

```
