Skip to content

Releases: duck7000/imdbGraphQLPHP

More new methods added

21 Mar 20:11
Compare
Choose a tag to compare
  • Added connections method to Title class, Gets all connections a title (all info is in the wiki)
  • Added akaName method to Name Class, Gets all alternative names for a person (all info is in the wiki)

New methods added

20 Mar 15:46
Compare
Choose a tag to compare
  • Added popRank method to Title class, Gets the popularity rank of a title (all info is in the wiki)
  • Added faq method to Title Class, Gets all frequent asked questions of this title (all info is in the wiki)

More new methods added

17 Mar 19:39
Compare
Choose a tag to compare
  • Added sound method to Title class (all info is in the wiki)
  • Added color method to Title Class (all info is in the wiki)
  • Added aspectRatio to the Title class (all info is in the wiki)
  • Added camera method to Title Class (all info is in the wiki)

New methods added

16 Mar 19:49
Compare
Choose a tag to compare
  • Added children, parents and relatives methods to Name class (all info is in the wiki)
  • Added cinematographer method to Title Class (all info is in the wiki)
  • Added creditKnownFor to the Name class (all info is in the wiki)
  • Added releaseDate method to Title Class (all info is in the wiki)

Award added to Name class

14 Mar 10:51
Compare
Choose a tag to compare

Added award method also to the Name class so awards for a person is also supported

Added search by releaseDate to TitleSearch

11 Mar 21:35
Compare
Choose a tag to compare

Added search by releaseDate to TitleSearch
Fixed bug in DateTime in TitleSearchAdvanced

Added award method

11 Mar 18:58
Compare
Choose a tag to compare

Added award method to get all awards for a title
Improved TitleSearchAdvanced class
Soundtrack improved dealing with all upper class characters in title

Changed Person to Name

25 Feb 20:23
Compare
Choose a tag to compare

Changed Person and PersonSearch to Name and NameSearch to better follow imdb
Changed the cache names in config (this won't affect the user)

Added new class

25 Feb 19:29
Compare
Choose a tag to compare

Added TitleSearchAdvanced class, us to advanced searches, all info is in the wiki
Added TitleType to TitleSearch, search on specific type is now possible.
Added originalTitle to TitleSearch output array

Added back caching

09 Feb 20:00
Compare
Choose a tag to compare
  • Added back config.php As there are more options needed i have to re enable config file. This way config file can be re used when this updates.
  • Added back caching system This is asked for many times but i never added it back as i didn't need it. This project started as a very stripped down version of imdbphp but it has grown fast so i decided to add back caching.