Skip to content

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

License

Notifications You must be signed in to change notification settings

andrewbroberg/php-cba-netbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-cba-netbank

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 [email protected] instead of using the issue tracker.

Credits

License

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

About

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages