jesusgoku/thetvdb

There is no license information available for the latest version (dev-master) of this package.

PHP library for consume TheTVDB XML API

dev-master 2015-06-17 01:59 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:48:33 UTC


README

PHP library to consume The TVDB XML API

Tests

  • Copy phpunit.dist.xml to phpunit.xml

  • Added your TheTVDB API key phpunit.xml

    <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