Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

okaufmann/google-movies-client

Repository files navigation

Google Movie Client [abandoned]

StyleCI GitHub license GitHub release

Unfortunately Google quit its Service by the 1th of November, so this project is useless.

Extended Client to fetch data from http://google.com/movies in an object oriented way.

  • Search Movies Showtimes by Location and Movie Title
  • Get Showtimes of single Movie
  • Get Showtimes of single Theater
  • Get Theaters near a location
  • Get Movies near a location

Installation

With composer

$ composer require okaufmann/google-movies-client:dev-master

or

"require": {
    "okaufmann/google-movies-client": "dev-master"
}

Use it in your code

use GoogleMoviesClient\Client;

$client = new Client();
$result = $client->queryShowtimesByMovieNear("Minions", "New York", "en");
dd($result);

NOTE:: You have to give the $near parameter on every call. Otherwise you will get strange wrong information.

Todo's

  • Parse and Include purchase Links where possible (movietickets.com)
  • Multipage Search Result parsing
  • Write Tests

License

MIT

About

Extended Client to fetch data from http://google.com/movies in an object oriented way.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages