raymauge / rokuwsphp
PHP Library for handling communication with Roku Web Services API
Installs: 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/raymauge/rokuwsphp
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: 4.4.*
This package is not auto-updated.
Last update: 2025-11-26 15:20:14 UTC
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.