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

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

endeken/ofx-php-parser
======================

OFX PHP parser library

0.1.1(2y ago)51.8k↑21.2%4MITPHP

Since Feb 25Pushed 7mo agoCompare

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

READMEChangelog (2)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.2. Our aim is to make the process of importing OFX files as straightforward and hassle-free as possible.

[![Build Status](https://camo.githubusercontent.com/e69c39889146373e5e2c6a68ca092e35254855e611e34e3c8414a132547b45fd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656e64656b656e2d636f6d2f6f66782d7068702d7061727365722f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/endeken-com/ofx-php-parser/build-status/main)[![Latest Stable Version](https://camo.githubusercontent.com/2216023aedb46954fd167dd67f2cf4fb16b00316ea398401ab5e63018cf5b6b7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f656e64656b656e2d636f6d2f6f66782d7068702d7061727365722e737667)](https://packagist.org/packages/endeken/ofx-php-parser)[![Code Coverage](https://camo.githubusercontent.com/4bf37d217f17635f9c96cdc09aba0d22821de600d0446009eb6111c6e06b31ee/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656e64656b656e2d636f6d2f6f66782d7068702d7061727365722f6261646765732f636f7665726167652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/endeken/ofx-php-parser/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bc286cd779f3417c387f6f39a4e26d14673e9a2a9a59fd285a57d4c8791e57c6/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f656e64656b656e2d636f6d2f6f66782d7068702d7061727365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/endeken/ofx-php-parser/?branch=master)[![Downloads](https://camo.githubusercontent.com/b2d9866c5a5c5263b76281ed89cc35b544e833ca376b86bd2a8e081ab1e6b98f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656e64656b656e2f6f66782d7068702d7061727365722e737667)](https://packagist.org/packages/endeken/ofx-php-parser)[![Downloads](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](./LICENSE)

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

[](#installation)

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

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

Usage
-----

[](#usage)

This project primarily revolves around the `OFX` class in the `Endeken\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:

```
