2017 © Pedro Peláez
 

library laravel-tvdb

A Laravel wrapper for moinax/tvdb.

image

bstien/laravel-tvdb

A Laravel wrapper for moinax/tvdb.

  • Monday, March 23, 2015
  • by bstien
  • Repository
  • 1 Watchers
  • 3 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel TvDb

A Laravel 5 wrapper for Moinax/TvDb. See his docs for how to use the TvDb-API., (*1)

Install

Put this in your composer.json. ``` json "require": { "bstien/laravel-tvdb": "1.0.0" }, "repositories": [ { "type": "vcs", "url": "https://github.com/bstien/laravel-tvdb" } ], (*2)


Publish the config ```bash 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 '/'., (*3)

In your config/app.php add TvDbServiceProvider to the array of ServiceProviders., (*4)

In order to use this package, you need an API-key from TheTvDb.com., (*5)

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;

The Versions

23/03 2015

dev-master

9999999-dev

A Laravel wrapper for moinax/tvdb.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bastian Stien

23/03 2015

1.0.0

1.0.0.0

A Laravel wrapper for moinax/tvdb.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bastian Stien

27/02 2015

dev-dev

dev-dev

  Sources   Download

The Requires

 

by Bastian Stien