Download the PHP package aurimasniekis/gmo-aozora-client without Composer
On this page you can find all versions of the php package aurimasniekis/gmo-aozora-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aurimasniekis/gmo-aozora-client
More information about aurimasniekis/gmo-aozora-client
Files in aurimasniekis/gmo-aozora-client
Package gmo-aozora-client
Short Description A PSR-18/17 based client for accessing your bank information from https://gmo-aozora.com/
License MIT
Homepage https://github.com/aurimasniekis/gmo-aozora-client
Informations about the package gmo-aozora-client
GMO Aozora Client
A PSR-18/17 based client for accessing your bank information from https://gmo-aozora.com/
Install
Via Composer
This package depends on PSR-17 and PSR-18 packages to be able use this package. For simpler version please use aurimasniekis/gmo-aozora-simple-client.
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
In the example PSR-17 and PSR-18 is provided by: nyholm/psr7
and kriswallsmith/buzz
packages.
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-client with dependencies
ext-json Version *
psr/http-client Version ^1.0
psr/http-factory Version ^1.0