2017 © Pedro Peláez
 

library rokuwsphp

PHP Library for handling communication with Roku Web Services API

image

raymauge/rokuwsphp

PHP Library for handling communication with Roku Web Services API

  • Monday, May 4, 2015
  • by rmauge
  • Repository
  • 2 Watchers
  • 7 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

RokuWSPHP - Roku Web Service SDK for PHP 5.3+

Roku SDK for communicating with the Roku Web Service API: http://sdkdocs.roku.com/display/sdkdoc/Web+Service+API, (*1)

Usage

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'];

License

RokuWSPHP is licensed under the MIT license., (*3)

The Versions

04/05 2015

dev-master

9999999-dev https://github.com/rmauge/RokuPHPWS

PHP Library for handling communication with Roku Web Services API

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *

 

The Development Requires

by Raymond Mauge

api services web roku