abbegregoire / ofxparser
Simple OFX file parser
v1.0.0
2026-01-22 17:42 UTC
Requires
- php: >=8.2
Requires (Dev)
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.6
This package is auto-updated.
Last update: 2026-03-22 18:34:45 UTC
README
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