agenciasys/ofxparser

Simple OFX file parser

Installs: 33 409

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 100

1.5.1 2021-02-10 13:14 UTC

This package is auto-updated.

Last update: 2024-04-10 00:25:59 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