PHPackages                             tobiassjosten/thetvdb-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. tobiassjosten/thetvdb-bundle

ActiveSymfony-bundle[API Development](/categories/api)

tobiassjosten/thetvdb-bundle
============================

Symfony2 bundle for the TheTVDB.com API library

1.0.3(10y ago)64192MITPHPPHP &gt;=5.3.2

Since Sep 23Pushed 10y ago2 watchersCompare

[ Source](https://github.com/tobiassjosten/TobiassjostenTheTVDBBundle)[ Packagist](https://packagist.org/packages/tobiassjosten/thetvdb-bundle)[ Docs](https://github.com/tobiassjosten/TobiassjostenTheTVDBBundle)[ RSS](/packages/tobiassjosten-thetvdb-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (6)Versions (6)Used By (0)

TobiassjostenTheTVDBBundle
==========================

[](#tobiassjostenthetvdbbundle)

This bundle wraps [the TheTVDB API client](https://github.com/tobiassjosten/php-thetvdb-api) in [a Symfony2 service](http://symfony.com/doc/current/book/service_container.html), making it easy to with integrate the excellent [TheTVDB.com](http://thetvdb.com/) database in your Symfony application.

TheTVDB.com is an open database with a lot of TV related data and graphics, added by its members. Like a niche Wikipedia with an API! You need to [register for an API key](http://thetvdb.com/?tab=apiregister) before you can use the service.

TobiassjostenTheTVDBBundle was initially developed for use in [Smartburk.se](http://www.smartburk.se/).

[![Build Status](https://camo.githubusercontent.com/62eaf1ddd58f4cb27bb0dc807e3c3c4eeee547962ef01bba2e40f03c9f90804d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f746f62696173736a6f7374656e2f546f62696173736a6f7374656e5468655456444242756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/tobiassjosten/TobiassjostenTheTVDBBundle)

Usage
-----

[](#usage)

### 1. Download the bundle [using Composer](http://getcomposer.org/)

[](#1-download-the-bundle-using-composer)

Add TobiassjostenTheTVDBBundle in your `composer.json`:

```
{
    "require": {
        "tobiassjosten/thetvdb-bundle": "1.0.*"
    }
}

```

Now tell Composer to download the bundle by running the command:

```
$ php composer.phar update tobiassjosten/thetvdb-bundle

```

Composer will install the bundle to your project's `vendor/tobiassjosten` directory.

### 2. Enable the bundle

[](#2-enable-the-bundle)

Enable the bundle in the kernel (`app/AppKernel.php`):

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new Tobiassjosten\TheTVDBBundle\TobiassjostenTheTVDBBundle(),
    );
}

```

### 3. Configure the API client

[](#3-configure-the-api-client)

Add your API key to your application's parameters (`app/config/parameters.yml`):

```
parameters:
    # ...
    thetvdb_api_key: ABCDEF123456

```

### 4. Fetch the service

[](#4-fetch-the-service)

Use the dependency injection container to retrieve the service:

```
$api = $container->get('thetvdb');

```

See [the library](https://github.com/tobiassjosten/php-thetvdb-api) for how to use the actual API.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~417 days

Total

4

Last Release

3726d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee6de79d2e308216628f09e90ed7aae52256d5494f7b1225fd301ab4c552d2c3?d=identicon)[tobiassjosten](/maintainers/tobiassjosten)

---

Top Contributors

[![tobiassjosten](https://avatars.githubusercontent.com/u/65159?v=4)](https://github.com/tobiassjosten "tobiassjosten (16 commits)")[![fernandocarletti](https://avatars.githubusercontent.com/u/416930?v=4)](https://github.com/fernandocarletti "fernandocarletti (1 commits)")

---

Tags

bundlephpsymfonythetvdb.com

### Embed Badge

![Health badge](/badges/tobiassjosten-thetvdb-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tobiassjosten-thetvdb-bundle/health.svg)](https://phpackages.com/packages/tobiassjosten-thetvdb-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

27615.8k2](/packages/cravler-maxmind-geoip-bundle)[components-web-app/api-components-bundle

Creates a flexible API for a website's structure, reusable components and common functionality.

322.8k](/packages/components-web-app-api-components-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
