PHPackages                             katalystsol/ofx-php-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. katalystsol/ofx-php-parser

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

katalystsol/ofx-php-parser
==========================

OFX PHP parser library

v1.0.1(1mo ago)01↓100%MITPHPPHP ^8.3

Since Apr 7Pushed 2w agoCompare

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

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

OFX PHP Parser
==============

[](#ofx-php-parser)

This project consists of a PHP parser for OFX (Open Financial Exchange) files, implemented using PHP 8.4+. Our aim is to make the process of importing OFX files as straightforward and hassle-free as possible.

[![Build Status](https://camo.githubusercontent.com/e08f501c408446272b6f5a34e40ce53ab5a15ba1aa98c799d0ea335257b2a2e0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b616c6973706f72742d636f6d2f6f66782d7068702d7061727365722f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/kalisport-com/ofx-php-parser/build-status/main)[![Latest Stable Version](https://camo.githubusercontent.com/8f7257d9c4e9e5e32e6a406335e2a8a97aa6875e65db276b9bcd78e6a8741900/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6b616c6973706f72742d636f6d2f6f66782d7068702d7061727365722e737667)](https://packagist.org/packages/kalisport/ofx-php-parser)[![Code Coverage](https://camo.githubusercontent.com/8456314f3f3c35369421da3bddba3c16aa9db0a97a0b73329389229257170c2c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b616c6973706f72742d636f6d2f6f66782d7068702d7061727365722f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/kalisport/ofx-php-parser/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/339823bc920bdd5965bf4a14e541b7b9351edd0e4678b30a7584363d5461877e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b616c6973706f72742d636f6d2f6f66782d7068702d7061727365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/kalisport/ofx-php-parser/?branch=master)[![Downloads](https://camo.githubusercontent.com/faab50b980f936a9c7795bde8c5d8ce4b878784b57154a63153b8487bebde4f7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b616c6973706f72742f6f66782d7068702d7061727365722e737667)](https://packagist.org/packages/kalisport/ofx-php-parser)[![Downloads](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](./LICENSE)

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

[](#installation)

Simply require the package using [Composer](https://getcomposer.org/):

```
$ composer require katalystsolutions/ofx-php-parser
```

Usage
-----

[](#usage)

This project primarily revolves around the `OFX` class in the `KatalystSolutions\OFX` namespace. This class provides a static function `parse()` which is used to parse OFX data and return the parsed information. Here is a basic usage example:

```
