Download the PHP package mestrona/mbank without Composer
On this page you can find all versions of the php package mestrona/mbank. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mestrona/mbank
More information about mestrona/mbank
Files in mestrona/mbank
Download mestrona/mbank
More information about mestrona/mbank
Files in mestrona/mbank
Vendor mestrona
Package mbank
Short Description Download Banking Transactions and Write them to a Database
License MIT
Package mbank
Short Description Download Banking Transactions and Write them to a Database
License MIT
Please rate this library. Is it a good library?
Informations about the package mbank
mBank
Simple Transaction fetcher by Mestrona GbR.
Works with AqBanking to fetch bank transactions via HBCI and save them to database table.
Installation
- Clone the git repository
- Install AqBanking for your operating system (Debian/Ubuntu:
apt install aqbanking-tools
) - Install composer (if not yet done)
- run
composer install
- Install the database schema from
schema.sql
andschema_update_1.sql
Usage
-
Copy config/accounts.template.php to config/accounts.php and fill info (database info + account data)
-
Call
php mbank default
to fetch the recent transactions for the default account. You can configure as many accounts as you like. Callphp mbank --all
to fetch recent transaction for all configured accounts. - If the tan mode is wrong, you can find out the valid ones by calling
aqhbci-tool4 listitanmodes --user=1
Debugging
After initializing, try manually
export BIC= # Enter bank code here
export ACCOUNT= # Enter account code here
aqbanking-cli --acceptvalidcerts request --bank=$BIC --account=$ACCOUNT --ctxfile=.storage/aqBanking.ctx --balance --transactions
aqbanking-cli --acceptvalidcerts getaccounts--bank=$BIC --account=$ACCOUNT
aqbanking-cli --acceptvalidcerts listaccounts --bank=$BIC --account=$ACCOUNT
License
MIT
All versions of mbank with dependencies
PHP Build Version
Package Version
Requires
mestrona/aqbanking-php Version
^3.0.0
The package mestrona/mbank contains the following files
Loading the files please wait ....