Download the PHP package fernandocarletti/ofx without Composer
On this page you can find all versions of the php package fernandocarletti/ofx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fernandocarletti/ofx
More information about fernandocarletti/ofx
Files in fernandocarletti/ofx
Download fernandocarletti/ofx
More information about fernandocarletti/ofx
Files in fernandocarletti/ofx
Vendor fernandocarletti
Package ofx
Short Description Object-oriented PHP parser for Open Financial Exchange (OFX) files supporting OFX v1 (SGML) and v2 (XML)
License MIT
Package ofx
Short Description Object-oriented PHP parser for Open Financial Exchange (OFX) files supporting OFX v1 (SGML) and v2 (XML)
License MIT
Please rate this library. Is it a good library?
Informations about the package ofx
PHP OFX
Disclaimer: This library was built entirely using OpenCode and Claude Opus 4.5.
A modern, object-oriented PHP parser for Open Financial Exchange (OFX) files. Supports both OFX v1 (SGML) and OFX v2 (XML) formats with human-friendly property names and full type safety.
Features
- Dual Format Support - Parses both OFX v1 (SGML) and v2 (XML) formats
- Complete OFX Coverage - Supports all major OFX domains: banking, credit cards, investments, bill pay, transfers, tax forms, and more
- Human-Friendly API - Property names like
transactionIdandaccountNumberinstead of cryptic OFX tags likeTRNUIDandACCTID - Modern PHP - Built for PHP 8.4+ using property hooks and strict typing
- Fully Typed - Complete type declarations for IDE autocompletion and static analysis
- Zero Dependencies - Only requires standard PHP extensions
Installation
Quick Start
Usage Examples
Parsing Bank Statements
Parsing Credit Card Statements
Parsing Investment Statements
Accessing Header Information
Parsing from Different Sources
Checking Signon Status
Supported OFX Domains
| Domain | Request | Response | Description |
|---|---|---|---|
| Signon | signonMessagesRequestV1 |
signonMessagesResponseV1 |
Authentication and session management |
| Signup | signupMessagesRequestV1 |
signupMessagesResponseV1 |
Account enrollment and information |
| Bank | bankMessagesRequestV1 |
bankMessagesResponseV1 |
Bank account statements and transactions |
| Credit Card | creditCardMessagesRequestV1 |
creditCardMessagesResponseV1 |
Credit card statements and transactions |
| Investment | investmentMessagesRequestV1 |
investmentMessagesResponseV1 |
Brokerage statements, positions, trades |
| Security List | securityListMessagesRequestV1 |
securityListMessagesResponseV1 |
Security (stock/fund/bond) information |
| Profile | profileMessagesRequestV1 |
profileMessagesResponseV1 |
Financial institution capabilities |
emailMessagesRequestV1 |
emailMessagesResponseV1 |
Secure messaging with FI | |
| Bill Pay | billPayMessagesRequestV1 |
billPayMessagesResponseV1 |
Bill payment and payee management |
| Interbank Transfer | interbankTransferMessagesRequestV1 |
interbankTransferMessagesResponseV1 |
Transfers between institutions |
| Wire Transfer | wireTransferMessagesRequestV1 |
wireTransferMessagesResponseV1 |
Wire transfer processing |
| Tax 1099 | tax1099MessagesRequestV1 |
tax1099MessagesResponseV1 |
Tax form 1099 variants (INT, DIV, B, R, etc.) |
Requirements
- PHP 8.4 or higher
- Extensions:
simplexml,libxml,bcmath,mbstring
Development
License
This library is open-sourced software licensed under the MIT license.
All versions of ofx with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
ext-simplexml Version *
ext-libxml Version *
ext-bcmath Version *
ext-mbstring Version *
ext-simplexml Version *
ext-libxml Version *
ext-bcmath Version *
ext-mbstring Version *
The package fernandocarletti/ofx contains the following files
Loading the files please wait ...