salamek/servis24api
Composer 安装命令:
composer require salamek/servis24api
包简介
API for servis24.cz using servis24.cz as source of data (parsing loaded HTML).
README 文档
README
This code is using your LIVE access ID and Password, use only on your own risk.API for servis24.cz using servis24.cz as source of data (parsing loaded HTML and CSV). Currently it supports only signin, and getting list of transactions
Installation
composer require salamek/servis24api
Setup on servis24.cz
You must enable DAILY extracts on account (ACCOUNT_ID) you wish to watch
Usage
<?php require_once "vendor/autoload.php"; use Salamek\Servis24; $servis24 = new Servis24('ACCOUNT_ID', 'ACCOUNT_PASSWORD', '/my/secured/storage'); //Return transactions as array filtred by dateFrom and dateTo $array = $servis24->getTransactions('BANK_ACCOUNT_NUMBER', new \DateTime('2016-01-20'), new \DateTime()); echo '<pre>'; print_r($array); echo '</pre>';
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-4-Clause
- 更新时间: 2015-12-01