Imdb Api - Movie Database

Imdb Api - Movie Database justoverclock/imdb-api

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

Downloads
7
Subscribers
2

Plan comparison

Plans

Subscribe to any of the available plans below.

Plan Select
$15.00 once
For-Profit
log in

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

  • Get your FREE api key on http://www.omdbapi.com/apikey.aspx.
  • After that omdb will send an email with your apikey in URL format (example: "https://www.omdbapi.com/?apikey=f500aj11").
  • Now simply copy your apikey (that is "f500aj11") and paste it into extension settings.
  • done!

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

Versions

  • Version 0.1.2.

    Likely works with Flarum v1.8.5.

  • 2 additional versions.
  • Extension created.