dev-master
9999999-dev https://github.com/rmauge/RokuPHPWSPHP Library for handling communication with Roku Web Services API
MIT
The Requires
- php >=5.3.0
- ext-curl *
The Development Requires
by Raymond Mauge
api services web roku
PHP Library for handling communication with Roku Web Services API
Roku SDK for communicating with the Roku Web Service API: http://sdkdocs.roku.com/display/sdkdoc/Web+Service+API, (*1)
Install the latest version with composer require raymauge/rokuwsphp
, (*2)
<?php use RokuWS\RokuWS; $ws = new RokuWS(<apiKey>); $rokuResponse = $ws->validateTransaction(<transactionId>); $responseArray = $rokuResponse->getParsedResponse(); $expDate = $responseArray['expirationDate'];
RokuWSPHP is licensed under the MIT license., (*3)
PHP Library for handling communication with Roku Web Services API
MIT
api services web roku