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

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

imetal/mt940
============

An MT940 bank statement parser for PHP

0.5.21(3y ago)02.9k↓16.7%1MITPHPPHP &gt;=7.2.0||^8.0

Since Mar 23Pushed 3y agoCompare

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

READMEChangelog (8)Dependencies (2)Versions (32)Used By (0)

imetal/mt940
============

[](#imetalmt940)

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 imetal/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 imetal/mt940 in your `composer.json` file.

```
composer require imetal/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 imetal/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)

```
