Skip to content

justoverclockl/imdb-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imdb Api - Movie Database

License Latest Stable Version Total Downloads

A Flarum extension. Integrate Flarum with Imdb api to get movie information inside the posts

p0ZIjuq0Iv

Usage

How it works

To get movie details, simply start a new discussion with the movie title (only that, for example "matrix reloaded"), and this extension will automatically shows the details in the discussion hero. Due to limit the api calls, this extension shows detail ONLY FOR REGISTERED USERS.

Upcoming Feautures

  • Automatic translation of movie title and description based on user language
  • Restrict api calls to a specifi tag (e.g. display movie info only in "Movie" tag)

Installation

Install with composer:

composer require justoverclock/imdb-api:"*"

Updating

composer update justoverclock/imdb-api:"*"
php flarum cache:clear