PHPackages                             marketpay/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. marketpay/mt940

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

marketpay/mt940
===============

An MT940 bank statement parser for PHP

0.6.5(1y ago)04.8k↓30%MITPHPPHP &gt;=7.2.0||^8.0

Since Mar 23Pushed 1y agoCompare

[ Source](https://github.com/marketpay/mt940)[ Packagist](https://packagist.org/packages/marketpay/mt940)[ RSS](/packages/marketpay-mt940/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (33)Used By (0)

MarketPay/MT940
===============

[](#marketpaymt940)

An MT940 bank statement parser for PHP

[![Build Status](https://camo.githubusercontent.com/8bb28869004f5e7b556729ac155e57053e28d6c7285390eeb56f87c150c6c3db/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f73616e6465726d6172656368616c2f6a656a696b2d6d743934302e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/sandermarechal/jejik-mt940)

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

[](#installation)

You can install MarketPay/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 MarketPay/MT940 in your `composer.json` file.

```
composer require marketpay/mt940
```

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 MarketPay/MT940 classes. Composer provides one for you in your `vendor/.composer/autoload.php`.

[PSR-12 standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md) is for Code-Syntax.

Usage
-----

[](#usage)

```
