chistaesse/imvdb

PHP wrapper for IMDBv API

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

This package is not auto-updated.

Last update: 2025-01-22 21:17:25 UTC


README

Installation

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

Usage

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

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

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

License

MIT License