PHPackages                             bstien/laravel-tvdb - 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. bstien/laravel-tvdb

ActiveLibrary[API Development](/categories/api)

bstien/laravel-tvdb
===================

A Laravel wrapper for moinax/tvdb.

1.0.0(11y ago)243MITPHP

Since Feb 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/bstien/laravel-tvdb)[ Packagist](https://packagist.org/packages/bstien/laravel-tvdb)[ RSS](/packages/bstien-laravel-tvdb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Laravel TvDb
============

[](#laravel-tvdb)

A Laravel 5 wrapper for [Moinax/TvDb](https://github.com/Moinax/TvDb). See his docs for how to use the TvDb-API.

Install
-------

[](#install)

Put this in your `composer.json`.

```
"require": {
    "bstien/laravel-tvdb": "1.0.0"
},
"repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/bstien/laravel-tvdb"
		}
]
```

Publish the config

```
php artisan vendor:publish
```

Enter your API key in the config file `config/tvdb.php`.
If needed, feel free to alter the either the path or TTL for cache. Please note the cache-path is relative to `[app root]/storage` and must start with a '/'.

In your `config/app.php` add `TvDbServiceProvider` to the array of ServiceProviders.

**In order to use this package, you need an API-key from [TheTvDb.com](http://thetvdb.com/?tab=apiregister)**.

Usage
-----

[](#usage)

```
use Stien\TvDb\Facades\TvDb;
# You can add this to your Facades under config/app.php if you like

$serie = TvDb::getSerie(75710);
echo $serie->name;
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4068d ago

### Community

Maintainers

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

---

Top Contributors

[![bstien](https://avatars.githubusercontent.com/u/1901556?v=4)](https://github.com/bstien "bstien (18 commits)")

### Embed Badge

![Health badge](/badges/bstien-laravel-tvdb/health.svg)

```
[![Health](https://phpackages.com/badges/bstien-laravel-tvdb/health.svg)](https://phpackages.com/packages/bstien-laravel-tvdb)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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