mestrona/aqbanking-php

A wrapper to use AqBanking CLI from a PHP context

4.0.1 2023-12-30 08:39 UTC

This package is auto-updated.

Last update: 2024-03-30 00:25:38 UTC


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