karlroos/bank
最新稳定版本:0.1
Composer 安装命令:
composer require karlroos/bank
包简介
Wrappers for accessing Swedish banks. Currently supports Handelsbanken and SEB.
关键字:
README 文档
README
Wrappers for accessing Swedish banks. Currently supports Handelsbanken and SEB.
Usage
Include KarlRoos/bank in your composer.json file for your project and install.
Create an instance of the bank you'd like to use like this:
$seb = new \KarlRoos\Bank\SEB;
Login by calling the login() method:
$seb->login($username, $password);
Fetch accounts by calling the getAccounts() method:
$accounts = $seb->getAccounts();
This method returns an array with \KarlRoos\Bank\Transaction objects. To fetch transactions for a specific account you provide the Transaction object the getTransactions():
$transactions = $seb->getTransactions($accounts[0]);
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2012-12-24