Skip to content

danielsundermeier/tmdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TmDB API

Codeigniter TmDB API for www.themovieDB.org with fall-back-language

#Installation/Usage

Download the folder and drag it into your application folder. Fill the config/tmdb.php file with your API Key.

Loading the library:

$this->load->library('tmdb');

Make call:

$result = $this->tmdb->get_movie(99861, 'credits,videos');
// Avengers 2 Info, Credits + Trailer

About

Codeigniter TmDB API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages