PHPackages                             codelicious/php-belgianbankstatement-parser - 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. codelicious/php-belgianbankstatement-parser

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

codelicious/php-belgianbankstatement-parser
===========================================

Unified parser for several bank statement formats from Belgian banks

v2.5.0(1y ago)1211.6k↓39.1%4[1 issues](https://github.com/wimverstuyf/php-belgianbankstatement-parser/issues)GPL-2.0-onlyPHPPHP &gt;=7.0CI failing

Since Jul 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/wimverstuyf/php-belgianbankstatement-parser)[ Packagist](https://packagist.org/packages/codelicious/php-belgianbankstatement-parser)[ Docs](https://github.com/wimverstuyf/php-belgianbankstatement-parser)[ RSS](/packages/codelicious-php-belgianbankstatement-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (19)Used By (0)

php-belgianbankstatement-parser
===============================

[](#php-belgianbankstatement-parser)

Unified parser for several bank statement formats from Belgian banks. Supports CODA, MT940 and CSV (BNP Paribas / Belfius / KBC / ING / Crelan / Triodos)

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

[](#installation)

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

```
    {
        "require": {
            "codelicious/php-belgianbankstatement-parser": "^2.0"
        }
    }
```

Or you can execute the following command in your project root to install this library:

```
composer require codelicious/php-belgianbankstatement-parser
```

Usage
-----

[](#usage)

```
