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

This package is auto-updated.

Last update: 2024-04-21 22:12:11 UTC


README

Latest Version on Packagist Software License Total Downloads

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.