Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP
Via Composer
$ composer require kravock/php-cba-netbank
$api = new Kravock\Netbank\API();
$accounts = $api->login('CLIENT_NUMBER', 'PASSWORD');
foreach ($accounts as $bsbNumber => $account) {
$transactions = $api->getTransactions($accounts[$bsbNumber], '12/04/2017', '22/04/2017');
}
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.