Download the PHP package adrenth/thetvdb2 without Composer
On this page you can find all versions of the php package adrenth/thetvdb2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adrenth/thetvdb2
More information about adrenth/thetvdb2
Files in adrenth/thetvdb2
Package thetvdb2
Short Description API v2 Client for thetvdb.com
License MIT
Homepage https://github.com/adrenth/thetvdb2
Informations about the package thetvdb2
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.
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.
Please follow these guidelines:
- If you will be using the API information in a commercial product or website, you must email [email protected] 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
Installation
Install this package using composer:
Requirements
At least PHP 7.4
Documentation
The official API documentation can be found here: [https://api.thetvdb.com/swagger]().
Authentication
Extensions
The Client
has a few extensions. A few usage examples are listed below:
Authentication
Languages
Episodes
Series
Search
Updates
Fetch a list of Series that have been recently updated:
Users
Movies
Response data
Every response object has a getData()
method which may contain a collection of objects.
For example:
Contributing
Feel free to join us and create a stable version which is compatible with the brand new TheTVDB.com RESTful API.
All versions of thetvdb2 with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.0|^7.0
symfony/serializer Version ^4.0|^5.0|^6.0|^7.0
illuminate/support Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0