2017 © Pedro Peláez
 

library thetvdb2

API v2 Client for thetvdb.com

image

adrenth/thetvdb2

API v2 Client for thetvdb.com

  • Sunday, July 1, 2018
  • by adrenth
  • Repository
  • 4 Watchers
  • 24 Stars
  • 5,805 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 7 Forks
  • 4 Open issues
  • 9 Versions
  • 16 % Grown

The README.md

adrenth/thetvdb2

This is an API client for the thetvdb.com website. It's using the RESTful API which you'll need to register for to use this package., (*1)

API Key Registration

To use this PHP package, you need to request an API Key from the thetvdb.com website: http://thetvdb.com/?tab=apiregister., (*2)

Please follow these guidelines:, (*3)

  • If you will be using the API information in a commercial product or website, you must email scott@thetvdb.com and wait for authorization before using the API. However, you MAY use the API for development and testing before a public release.
  • If you have a publicly available program, you MUST inform your users of this website and request that they help contribute information and artwork if possible.
  • You MUST familiarize yourself with our data structure, which is detailed in the wiki documentation.
  • You MUST NOT perform more requests than are necessary for each user. This means no downloading all of our content (we'll provide the database if you need it). Play nice with our server.
  • You MUST NOT directly access our data without using the documented API methods.
  • You MUST keep the email address in your account information current and accurate in case we need to contact you regarding your key (we hate spam as much as anyone, so we'll never release your email address to anyone else).
  • Please feel free to contact us and request changes to our site and/or API. We'll happily consider all reasonable suggestions.

Source: thetvdb.com, (*4)

Installation

Install this package using composer:, (*5)

$ composer require adrenth/thetvdb2

Requirements

At least PHP 7.4, (*6)

Documentation

The official API documentation can be found here: https://api.thetvdb.com/swagger., (*7)

Authentication

$client = new \Adrenth\Thetvdb\Client();
$client->setLanguage('nl');

// Obtain a token
$token = $client->authentication()->login($apiKey, $username, $userKey);
$client->setToken($token);

// Or refresh the token
$client->refreshToken();

Extensions

The Client has a few extensions. A few usage examples are listed below:, (*8)

Authentication

$client->authentication()->login($apiKey, $username, $userKey);
$client->authentication()->refreshToken();

Languages

$client->languages()->all();
$client->languages()->get($languageId);

Episodes

$client->episodes()->get($episodeId);

Series

$client->series()->get($seriesId);
$client->series()->getActors($seriesId);
$client->series()->getEpisodes($seriesId);
$client->series()->getImages($seriesId);
$client->series()->getLastModified($seriesId);
$client->search()->seriesByName('lost');
$client->search()->seriesByImdbId('tt2243973');
$client->search()->seriesByZap2itId('EP015679352');

Updates

Fetch a list of Series that have been recently updated:, (*9)

$client->updates()->query($fromTime, $toTime);

Users

$client->users()->get();
$client->users()->getFavorites();
$client->users()->addFavorite($identifier);
$client->users()->removeFavorite($identifier);
$client->users()->getRatings();
$client->users()->addRating($type, $itemId, $rating);
$client->users()->updateRating($type, $itemId, $rating);
$client->users()->removeRating($type, $itemId);

Movies

$client->movies()->get(78398);
$client->movies()->getUpdates();

Response data

Every response object has a getData() method which may contain a collection of objects., (*10)

For example:, (*11)

// Get all available languages
$languageData = $client->languages()->all(); // Returns a LanguageData instance
$languages = $languageData->getData()->all();

array:23 [▼
  0 => Language {#26 ▼
    -values: array:4 [▼
      "id" => 27
      "abbreviation" => "zh"
      "name" => "中文"
      "englishName" => "Chinese"
    ]
  }
  1 => Language {#19 ▶}
  2 => Language {#30 ▶}
  3 => Language {#21 ▶}
  // ..
];

Contributing

Feel free to join us and create a stable version which is compatible with the brand new TheTVDB.com RESTful API., (*12)

The Versions

01/07 2018

dev-develop

dev-develop http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

07/06 2017

dev-master

9999999-dev http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

07/06 2017

2.0.0

2.0.0.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

29/11 2016

1.0.5

1.0.5.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

22/11 2016

1.0.4

1.0.4.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

17/05 2016

1.0.3

1.0.3.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

16/05 2016

1.0.2

1.0.2.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

16/05 2016

1.0.1

1.0.1.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb

09/05 2016

1.0.0

1.0.0.0 http://github.com/adrenth/thetvdb2

API v2 Client for thetvdb.com

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alwin Drenth

api library thetvdb.com thetvdb