Movie Info PHP Script

Overview

Movie Info and Movie Trailers Video PHP Script shows latest most awaited movies using TMDB API. This PHP script uses TMDB API and retrieve movies from TMDB API.

I have discussed about this script on my blog post. Also, I am going to tell you about all the features and functionality here.

Features

  • Completely responsive design.
  • Display most awaited latest movies.
  • Display details several information like movie budget, release date, rating, description and much more.
  • Easily put advertising code to monetize.
  • Display movie video trailers.
  • Display movie credits.
  • Link to see other movies of a credit.
  • No need of Database.
  • Very easy to configure and use.

Requirements

  • This script need TMDB API. To get it, create account on TMDB official website.
  • Put the TMDB API Key inside inc/config.php file of the script.
  • Set the directory path where the script installed as base URL inside inc/config.php.

Instructions

  • Extract the “movie-info-and-movie-trailers-video.zip”.
  • Put TMDB API Key and base URL inside inc/config.php file.

Related