juit / aqbanking-php
A wrapper to use AqBanking CLI from a PHP context
Installs: 239
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 8
Forks: 13
Open Issues: 0
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