agenciasys/ofxparser

Simple OFX file parser

Installs: 53 582

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 104

1.6.3 2024-11-07 15:06 UTC

README

Build Status

OFX Parser

This is a fork of asgrim/ofxparser

Running

After cloning the project, run the following commands:

cd ofxparser && docker-compose up -d

Running composer

cd ofxparser && ./composer install

Running tests

cd ofxparser && ./phpunit