2017 © Pedro Peláez
 

library thetvdb

PHP library for consume TheTVDB XML API

image

jesusgoku/thetvdb

PHP library for consume TheTVDB XML API

  • Wednesday, June 17, 2015
  • by jesusgoku
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

The TVDB

PHP library to consume The TVDB XML API, (*1)

Tests

  • Copy phpunit.dist.xml to phpunit.xml
  • Added your TheTVDB API key phpunit.xml, (*2)

    <php>
        <ini name="error_reporting" value="-1"/>
        <const name="THE_TV_DB_API_KEY" value="COPY_YOUR_API_KEY_HERE"/>
    </php>
    
  • Run test vendor/bin/phpunit, (*3)

The Versions

17/06 2015

dev-master

9999999-dev

PHP library for consume TheTVDB XML API

  Sources   Download

The Requires

 

The Development Requires