Download the PHP package aurimasniekis/gmo-aozora-simple-client without Composer
On this page you can find all versions of the php package aurimasniekis/gmo-aozora-simple-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aurimasniekis/gmo-aozora-simple-client
More information about aurimasniekis/gmo-aozora-simple-client
Files in aurimasniekis/gmo-aozora-simple-client
Package gmo-aozora-simple-client
Short Description A simple client for accessing your bank information from https://gmo-aozora.com/
License MIT
Homepage https://github.com/aurimasniekis/gmo-aozora-simple-client
Informations about the package gmo-aozora-simple-client
GMO Aozora Simple Client
A simple client for accessing your bank information from https://gmo-aozora.com/ based on aurimasniekis/gmo-aozora-client
Install
Via Composer
Configuration
There are two ways to define a configuration, one is statically defining values and another is loading from JSON config file which will be updated with authentication token and device token. Device token is required to be preserved to prevent giving notification from a new login.
Static Configuration:
JSON Config File:
Available options:
Property | Type | Required | Default | Description |
---|---|---|---|---|
username |
string |
TRUE |
Username | |
password |
string |
TRUE |
Password | |
device_token |
string |
FALSE |
Device token received from SSO Authentication service (Prevents getting login from new device notification) | |
fa_token |
string |
FALSE |
Authentication token | |
service_type |
string |
FALSE |
https://bank.gmo-aozora.com/v1 |
Service type used for SSO authentication |
api_domain |
string |
FALSE |
https://bank.gmo-aozora.com/v1 |
API domain used for API calls |
sso_domain |
string |
FALSE |
https://sso.gmo-aozora.com |
SSO domain used for Authentication calls |
Usage
To get account details
Statements
Ordinary Deposit Statements:
Foreign Currency Ordinary Deposit Statements:
Term Deposit Statements:
Sweep Account Statements:
Raw statement:
Raw statements with all pages fetched:
Results for these functions are the same:
Visa Statements:
Testing
Run PHP style checker
Run PHP style fixer
Contributing
Please see CONDUCT for details.
License
Please see License File for more information.
All versions of gmo-aozora-simple-client with dependencies
aurimasniekis/gmo-aozora-client Version ^1.0
kriswallsmith/buzz Version ^1.1
nyholm/psr7 Version ^1.2