mestrona / aqbanking-php
A wrapper to use AqBanking CLI from a PHP context
4.0.1
2023-12-30 08:39 UTC
Requires
- php: ^8.1
- ext-dom: *
- ext-simplexml: *
- moneyphp/money: ^4.3
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: *
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.5
- symplify/easy-coding-standard: ^12.0
Replaces
README
A wrapper to use AqBanking CLI from a PHP context
Tested with AqBanking 6 which supports PSD2 conform banking using HBCI / FinTS 3.
Installation
Install the library using composer version 2:
composer require mestrona/aqbanking-php
see also
https://github.com/mestrona/mbank
Credits
- aqbanking-php originally developed by @janunger
- Thanks to the AqBanking Team
More Info
Dev Docs
Coding standards
Run the fixer before push.
./vendor/bin/ecs --fix
Run phpstan before push
./vendor/bin/phpstan analyse