Download the PHP package duck7000/imdb-graphql-php without Composer
On this page you can find all versions of the php package duck7000/imdb-graphql-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package imdb-graphql-php
imdbGraphQLPHP
PHP library for retrieving film and TV information from IMDb.
This library uses GraphQL API from imdb to get the data.
Thanks to @tBoothman for his groundwork to make this possible!
imdbGraphQLPHP is NOT a fork, it is based on imdbphp
Retrieve all information from IMDb including films, TV series, TV episodes, people and coming soon releases.
Search for titles on IMDb.
Download film posters, actor, recommendations, foto's and episode images.
The results can be localized and cached.
Localization only seems to effect title, photo, plotoutline and recommendations (titles only). Check wiki homepage to enable.
There is a full list of all methods, descriptions and outputs in the wiki.
https://github.com/duck7000/imdbGraphQLPHP/wiki
Quick Start
- Clone this repo or download the latest [release zip]
- Find a film you want the data for e.g. A clockwork orange https://www.imdb.com/title/tt0066921/
- Include
bootstrap.php
. - Get some data
For Title search:
For Advanced title search:
For Titles:
For Name search:
For Names:
For Calendar:
Installation
Download the latest version or latest git version and extract it to your webserver. Use one of the above methods to get some results
Get the files with one of:
- Composer Include the duck7000/imdb-graphql-php package.
- Git clone. Checkout the latest release tag
- [Zip/Tar download]
Requirements
- PHP >= works from 7.2 - 8.3 Remember all versions < 8.0 are EOL!
- PHP cURL extension
- PHP json extension
All versions of imdb-graphql-php with dependencies
psr/log Version ^1.0 || ^2.0
ext-curl Version *
ext-json Version *
psr/simple-cache Version ^1.0