Imdb Api - Movie Database
justoverclock/imdb-api
Integrate Flarum with Imdb api to get movie information inside the posts
- Downloads
- 7
- Subscribers
- 1
Plan comparison
Plans
Subscribe to any of the available plans below.
Plan | License | Availability | Select |
---|---|---|---|
$15.00
once
For-Profit
·
|
For-Profit | log in |
Imdb Api - Movie Database
A Flarum extension. Integrate Flarum with Imdb api to get movie information inside the posts
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.9.
-
2 additional versions.
-
Extension created.