PHPackages                             genkgo/camt - 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. genkgo/camt

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

genkgo/camt
===========

Library to read CAMT files (XML containing bank statements).

2.10.3(8mo ago)961.2M—0.1%74[5 issues](https://github.com/genkgo/camt/issues)[2 PRs](https://github.com/genkgo/camt/pulls)3MITPHPPHP ^8.1CI passing

Since Mar 12Pushed 3mo ago18 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (52)Used By (3)

Genkgo.CAMT
===========

[](#genkgocamt)

[![Build Status](https://github.com/genkgo/camt/workflows/main/badge.svg)](https://github.com/genkgo/camt/actions)[![Code Coverage](https://camo.githubusercontent.com/1afd148a9830172e50c6d9118cbf9ec085567d79eb86118ba277158a695a61a9/68747470733a2f2f636f6465636f762e696f2f67682f67656e6b676f2f63616d742f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/genkgo/camt)[![Total Downloads](https://camo.githubusercontent.com/2346a77eb3cd52c0cbac4b26dbe4d494a8f8b0d872603e651361edb8da2feebe/68747470733a2f2f706f7365722e707567782e6f72672f67656e6b676f2f63616d742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/genkgo/camt)[![Latest Stable Version](https://camo.githubusercontent.com/e2371ea6ce410e6ad3af21d55ec86721e9f95bdf70a972564739d698d5aa1168/68747470733a2f2f706f7365722e707567782e6f72672f67656e6b676f2f63616d742f762f737461626c652e706e67)](https://packagist.org/packages/genkgo/camt)[![License](https://camo.githubusercontent.com/52b817e5f44545954e94cd9fbfc7d985ab09b0ff13f9049023e215d4236b9f68/68747470733a2f2f706f7365722e707567782e6f72672f67656e6b676f2f63616d742f6c6963656e73652e706e67)](https://packagist.org/packages/genkgo/camt)

Library to read CAMT files. Currently only CAMT.052, CAMT.053 and CAMT.054 are supported.

### Supported Versions

[](#supported-versions)

#### Camt 052

[](#camt-052)

VersionSupportedcamt.052.001.01✔️camt.052.001.02✔️camt.052.001.03camt.052.001.04✔️camt.052.001.05camt.052.001.06✔️camt.052.001.08✔️camt.052.001.10camt.052.001.11#### Camt 053

[](#camt-053)

VersionSupportedcamt.053.001.01camt.053.001.02✔️camt.053.001.03✔️camt.053.001.04✔️camt.053.001.05camt.053.001.06camt.053.001.08✔️camt.053.001.10camt.053.001.11#### Camt 054

[](#camt-054)

VersionSupportedcamt.054.001.01camt.054.001.02✔️camt.054.001.03camt.054.001.04✔️camt.054.001.05camt.054.001.06camt.054.001.08✔️camt.054.001.10camt.054.001.11### Installation

[](#installation)

It is installable and autoloadable via Composer:

```
composer require genkgo/camt
```

Getting Started
---------------

[](#getting-started)

Read a CAMT file, and loop through its statements and entries.

```
