fribergr / php-bank-parser
Allows user to export their account status and transactions from some known banks
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fribergr/php-bank-parser
Requires
- php: ^7.0
- spomky-labs/otphp: ^8.3
This package is not auto-updated.
Last update: 2025-10-12 10:02:48 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.