jesusgoku/thetvdb

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

PHP library for consume TheTVDB XML API

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jesusgoku/thetvdb

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

This package is not auto-updated.

Last update: 2025-09-27 21:10:39 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