mestrona / aqbanking-php
AqBanking CLI的PHP环境包装器
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
AqBanking CLI的PHP环境包装器
已测试与AqBanking 6兼容,该版本支持PSD2合规银行使用HBCI / FinTS 3。
安装
使用composer版本2安装库
composer require mestrona/aqbanking-php
另请参阅
https://github.com/mestrona/mbank
致谢
- aqbanking-php最初由@janunger开发
- 感谢AqBanking团队
更多信息
开发文档
编码标准
推送前运行fixer。
./vendor/bin/ecs --fix
推送前运行phpstan。
./vendor/bin/phpstan analyse