2017 © Pedro Peláez
 

library google-movies-client

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

image

okaufmann/google-movies-client

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

  • Thursday, November 10, 2016
  • by okaufmann
  • Repository
  • 1 Watchers
  • 1 Stars
  • 243 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 26 Versions
  • 0 % Grown

The README.md

Google Movie Client [abandoned]

StyleCI GitHub license GitHub release, (*1)

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

Extended Client to fetch data from http://google.com/movies in an object oriented way., (*3)

  • 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, (*4)

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

or, (*5)

"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., (*6)

Todo's

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

License

MIT, (*7)

The Versions

08/07 2015
15/06 2015

v0.1.6

0.1.6.0 https://github.com/mighty-code/google-movie-client

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

  Sources   Download

MIT

The Requires

 

client movie showtime

16/05 2015

v0.1.5

0.1.5.0 https://github.com/mighty-code/google-movie-client

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

  Sources   Download

MIT

The Requires

 

client movie showtime

16/05 2015

v0.1.4

0.1.4.0 https://github.com/mighty-code/google-movie-client

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

  Sources   Download

MIT

The Requires

 

client movie showtime

16/05 2015

v0.1.3

0.1.3.0 https://github.com/mighty-code/google-movie-client

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

  Sources   Download

MIT

The Requires

 

client movie showtime

05/02 2015

v0.1.2

0.1.2.0 https://github.com/mighty-code/google-movie-client

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

  Sources   Download

MIT

The Requires

 

client movie showtime

05/02 2015

v0.1.1

0.1.1.0 https://github.com/mighty-code/google-movie-client

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

  Sources   Download

MIT

The Requires

  • php >=5.4

 

client movie showtime

05/02 2015