chrizus/imvdbv1

PHP wrapper for IMDBv API

Maintainers

Details

github.com/ChriZus/IMVDbV1

Source

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/chrizus/imvdbv1

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

This package is auto-updated.

Last update: 2025-10-04 02:06:52 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