2017 © Pedro Peláez
 

library php-cba-netbank

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

image

kravock/php-cba-netbank

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

  • Tuesday, April 25, 2017
  • by kravock
  • Repository
  • 1 Watchers
  • 5 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

php-cba-netbank

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP, (*1)

Install

Via Composer, (*2)

``` bash $ composer require kravock/php-cba-netbank, (*3)


## Usage ``` php $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., (*4)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*5)

Security

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

Credits

License

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

The Versions

25/04 2017

dev-master

9999999-dev https://github.com/kravock/php-cba-netbank

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cba commbank kravock php-cba-netbank netbank

22/04 2017

v1.0

1.0.0.0 https://github.com/kravock/php-cba-netbank

Unofficial The Commonwealth Bank of Australia NetBank API wrap for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cba commbank kravock php-cba-netbank netbank