raymauge/rokuwsphp
Composer 安装命令:
composer require raymauge/rokuwsphp
包简介
PHP Library for handling communication with Roku Web Services API
关键字:
README 文档
README
Roku SDK for communicating with the Roku Web Service API: http://sdkdocs.roku.com/display/sdkdoc/Web+Service+API
Usage
Install the latest version with composer require raymauge/rokuwsphp
<?php use RokuWS\RokuWS; $ws = new RokuWS(<apiKey>); $rokuResponse = $ws->validateTransaction(<transactionId>); $responseArray = $rokuResponse->getParsedResponse(); $expDate = $responseArray['expirationDate'];
License
RokuWSPHP is licensed under the MIT license.
统计信息
- 总下载量: 184
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-11