jimlind/tivo-php

Communicate with an S3 TiVo via Guzzle

v1.0.1 2017-02-14 03:11 UTC

README

##tivo-php: Communicate with a TiVo via Guzzle

Build Status Coverage Status Code Climate Latest Stable Version Total Downloads License

Supported Hardware

Officially tested and supported on a TiVo HD and a TiVo Premiere. Let me the results on your hardware.

Documentation

I find that learning by example is the best way so here is an example file for you to poke at.

Installation

This is built for, tested on, and intended to run on Ubuntu 14.04 LTS (Trusty Tahr). You can run it other distributions, but YMMV. There are a few prerequisites you can find documented in the provided installation file for your perusal.

composer require jimlind/tivo-php

Verification

I wrote a verification script for you to test your setup.

Usage: php verify.php MAK [IP Address]

Arguments:
- Required -- 'MAK' is the Media Access Key for your TiVo
- Optional -- 'IP Address' is the IP address of your TiVo
Example: php verify.php 7678999999 192.168.0.1

Code Quality Metrics

100% Code Coverage

composer install
vendor/bin/phpunit --coverage-text

100% Code Sniffed

composer install
bash sniff.sh