PHP Classes

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

Recommend this page to a friend!
  Info   View files Example   View files View files (10)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2023-02-16 (9 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 51 All time: 10,551 This week: 106Up
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: 22 packages by
Country: Turkey Turkey
Age: 29
All time rank: 316752 in Turkey Turkey
Week rank: 64 Up2 in Turkey Turkey Up
Innovation award
Innovation award
Nominee: 2x

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  
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  /  .github  
File Role Description
Files folder imageworkflows (1 file)

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

  Files folder image Files  /  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  /  tests  
File Role Description
  Plain text file ImdbCurlTest.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:51
This week:0
All time:10,551
This week:106Up