xu42 / imdb
Crawl IMDb movie rating, content rating, release date, poster, presentation, director, actor, duration and other information
1.2.1
2018-01-20 10:39 UTC
Requires
- php: ~5.5|~7.0
- xu42/php-utils: ^0.0.1
This package is auto-updated.
Last update: 2024-11-21 23:16:37 UTC
README
Crawl IMDb movie rating, content rating, release date, poster, presentation, director, actor, duration and other information
Install
Via Composer
$ composer require xu42/imdb
Usage
require_once 'vendor/autoload.php'; use Xu42\Imdb\OneTitle; $res = OneTitle::singleton()->get('tt0111161'); echo json_encode($res) . PHP_EOL;
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Tests unavailable.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.