chistaesse/imvdb

IMDBv API 的 PHP 封装

v1.0.1 2016-09-24 14:21 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:43:57 UTC


README

安装

{
    "require": {
        "chistaesse/imvdb": "dev-master"
    }
}

使用

require __DIR__ . '/vendor/autoload.php';

$imvdb = new IMVDb\API('');

$result = $imvdb->searchVideo('cheap thrills');

许可证

MIT 许可证