PHP Classes

PHP Imdb Service: Get information about movies from the IMDB site

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 56 All time: 10,587 This week: 40Up
Version License PHP version Categories
imdb-service 1.0.0The PHP License5PHP 5, Web services, Video
Description 

Author

This package can get information about movies from the IMDB site.

It can send HTTP requests to the IMDB site server to retrieve information about movies.

Currently, it can retrieve the movie details:

- Title

- Ratings

- Votes

- Awards

- Director

- Writers

- Stars

- Budget

- Country

- Language

- Color

- Video aspect ratio

- Locations

- Certification

- Plot summary

- Plot keywords

- Tag lines

- Genres

- Sound mix

- Movie connections

- Soundtracks

- Crazy credits

- Quotes

- Poster

- Cast

Picture of Hicri
  Performance   Level  
Name: Hicri <contact>
Classes: 31 packages by
Country: Turkey Turkey
Innovation award
Innovation award
Nominee: 4x

Winner: 1x

Example

<?php


//include "ImdbCurl.php";

require __DIR__ . '/../vendor/autoload.php';



$empty = "https://www.imdb.com/title/tt1056017/releaseinfo";

$veri = new qwerty\ImdbCurl\ImdbCurl("https://www.imdb.com/title/tt0068646/");


$media = $veri->All();

print_r($media);

//$a = new deneme\ImdbCurl("https://www.imdb.com/title/tt0068646/");

/*
$all = $a->All();
$title = $a->Title();
$rating = $a->Rating();
$vote = $a->Vote();
$aka = $a->Also_Known_As();
$awards = $a->Awards();
$director = $a->Director();
$writers = $a->Writers();
$stars = $a->Stars();
$budget = $a->Budget();

$country = $a->Country();
$lang = $a->Language();
$color = $a->Color();
$aspect = $a->Aspect_Ratio();
$offical = $a->Official_Sites();
$runtime = $a->Runtime_M();
$locations = $a->Locations();
$certificion = $a->Certification();
$plot_summery = $a->Plot_Summary();
$plot_keywords = $a->Plot_Keywords();
$taglines = $a->Taglines();
$genres = $a->Genres();
$sound_mix = $a->Sound_Mix();
$Movie_Connections = $a->Movie_Connections();
$Soundtracks = $a->Soundtracks();
$Crazy_Credist = $a->Crazy_Credits();
$Quotes = $a->Quotes();
$Poster = $a->Poster();
$Cast = $a->Cast();
$awards = $a->Poster();

*/
//$uri = "https://www.imdb.com/title/tt0068646/mediaviewer/rm1703430656/";
//$media = $a->Media($uri);

//print_r($media);


  Files folder image Files (10)  
File Role Description
Files folder image.github (1 directory)
Files folder imagesrc (4 files)
Files folder imagetests (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Read me

  Files folder image Files (10)  /  .github  
File Role Description
Files folder imageworkflows (1 file)

  Files folder image Files (10)  /  .github  /  workflows  
File Role Description
  Accessible without login Plain text file tests.yml Data Auxiliary data

  Files folder image Files (10)  /  src  
File Role Description
  Plain text file ImdbConnection.php Class Class source
  Plain text file ImdbConnectionSchema.php Class Class source
  Plain text file ImdbCurl.php Class Class source
  Accessible without login Plain text file test.php Example Example script

  Files folder image Files (10)  /  tests  
File Role Description
  Plain text file ImdbCurlTest.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:56
This week:0
All time:10,587
This week:40Up