/TVDb-API-Class

PHP class for The TVDb API

Primary LanguagePHP

== DESCRIPTION:

Before you can use this class you need to set your API key.

Look for:

define('TVDB_API_KEY', '<YOUR-API-KEY>');

in the TVDb class file and change <YOUR-API-KEY> with your TVDb API key.