2017 © Pedro Peláez
 

library omdb-imdb-api-client

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

image

jleagle/omdb-imdb-api-client

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  • Saturday, November 18, 2017
  • by Jleagle
  • Repository
  • 1 Watchers
  • 4 Stars
  • 699 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 10 % Grown

The README.md

omdb-imdb-api-client

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com with typed responses, (*1)

Now that OMDB requires an API key you can set it using:, (*2)

Imdb::setApiKey('xxx');

Retrieve full movie details, if you know the name or ID of the movie:, (*3)

$movie = Imdb::retrieve('the matrix');

// If you need to be more specific:
// This will also return Rotten Tomatoes ratings & a longer plot
$movie = Imdb::retrieve('the matrix', Imdb::TYPE_MOVIE, 1999, true, true);

Search for a movie:, (*4)

$movies = Imdb::search('the matrix');

// If you need to be more specific:
$movies = Imdb::search('the matrix', Imdb::TYPE_MOVIE, 1999);

The Versions

18/11 2017

dev-master

9999999-dev

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api helper client imdb omdb

03/10 2017

0.2.0

0.2.0.0

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api helper client imdb omdb

28/11 2015

0.1.0

0.1.0.0

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api helper client imdb omdb

28/07 2015

0.0.3

0.0.3.0

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api helper client imdb omdb

07/04 2015

0.0.2

0.0.2.0

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api helper client imdb omdb

06/04 2015

0.0.1

0.0.1.0

A package to retrieve movies and TV information from IMDB using the API at omdbapi.com

  Sources   Download

MIT

The Requires

 

The Development Requires

api helper client imdb omdb