kravock/php-cba-netbank

This package is abandoned and no longer maintained. No replacement package was suggested.

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

v1.0.1 2019-02-03 00:16 UTC

This package is auto-updated.

Last update: 2020-08-30 01:26:25 UTC


README

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

Install

Via Composer

$ composer require kravock/php-cba-netbank

Usage

$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');
}

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email andrew@relentlesshosting.com.au instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.