agenciasys / ofxparser
Simple OFX file parser
1.6.3
2024-11-07 15:06 UTC
Requires (Dev)
- phpunit/phpunit: ~4.8
- squizlabs/php_codesniffer: ~2.6
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