jimlind / tivo-php
Communicate with an S3 TiVo via Guzzle
v1.0.1
2017-02-14 03:11 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ^6.2
- psr/log: ^1.0
- symfony/process: ^3.2
Requires (Dev)
- apix/log: ^1.2
- escapestudios/symfony2-coding-standard: ^2.9
- phpunit/phpunit: ^5.7
- satooshi/php-coveralls: ^1.0
- squizlabs/php_codesniffer: ^2.8
README
##tivo-php: Communicate with a TiVo via Guzzle
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