kravock / php-cba-netbank
Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 5
Open Issues: 0
pkg:composer/kravock/php-cba-netbank
Requires
- php: ~5.6|~7.0
- fabpot/goutte: ^3.2
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0||~6.0
- squizlabs/php_codesniffer: ^2.3
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.