chrizus/imvdbv1

PHP wrapper for IMDBv API

dev-master 2023-10-03 21:46 UTC

This package is auto-updated.

Last update: 2024-06-03 23:22:42 UTC


README

Installation

{
    "require": {
        chrizus/imvdbv1": "dev-master"
    }
}

Usage

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

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

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

License

MIT License