juit/aqbanking-php

This package is abandoned and no longer maintained. The author suggests using the mestrona/aqbanking-php package instead.

A wrapper to use AqBanking CLI from a PHP context

v0.3.1 2018-02-04 12:33 UTC

This package is auto-updated.

Last update: 2022-02-01 12:25:43 UTC


README

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