fribergr / php-bank-parser
There is no license information available for the latest version (dev-master) of this package.
Allows user to export their account status and transactions from some known banks
dev-master
2018-06-16 17:24 UTC
Requires
- php: ^7.0
- spomky-labs/otphp: ^8.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-13 14:32:25 UTC
README
Allows user to export their account status and transactions from some known banks via PHP.
Example
Modify given banks test-file under src/tests/ with your username and password. Execute by running:
php <bank>Test.php
Where <bank>Test.php is the file you just edited. Normally it will just output your account status followed by all transactions for all accounts.