Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 715 Bytes

This package is not maintained anymore.

Please use mestrona/aqbanking-php instead.

AqBankingPhp

A wrapper to use AqBanking CLI from a PHP context

Build Status

Installation

Install the library using composer. Add the following to your composer.json:

{
    "require": {
        "juit/aqbanking-php": "dev-master"
    },
    "minimum-stability": "dev"
}

Now run the install command.

$ composer.phar install