agenciasys / ofxparser
Simple OFX file parser
Installs: 64 869
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 106
pkg:composer/agenciasys/ofxparser
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