Skip to content

janunger/aqbanking-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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