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
Requires
- php: >=5.3.0
- mathiasverraes/money: 1.2.0
Requires (Dev)
- mikey179/vfsstream: v1.2.0
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
README
Please use mestrona/aqbanking-php instead.
AqBankingPhp
A wrapper to use AqBanking CLI from a PHP context
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