PHPackages                             jwadin/php-coda-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. jwadin/php-coda-parser

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

jwadin/php-coda-parser
======================

PHP parser for Belgian CODA banking files

v1.0.1(2y ago)0363GPL-2.0PHPPHP &gt;=8.2.0

Since Mar 7Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

php-coda-parser
===============

[](#php-coda-parser)

PHP parser for Belgian CODA banking files

[![Build Status](https://camo.githubusercontent.com/36ae66332c0b4260b11d4f0f805afd02dca2d24b42dc07ca48dda36c9d9def68/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f77696d76657273747579662f7068702d636f64612d7061727365722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/wimverstuyf/php-coda-parser)

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

[](#installation)

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

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

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

```
composer require codelicious/php-coda-parser:^2.0
```

Demo / API
----------

[](#demo--api)

You can try the parser at . An open API is also available at the same page if you don't feel like hosting the code yourself.

Usage
-----

[](#usage)

```
