A Laravel 5 PHP library for retrieving film and TV information from IMDb
firmantr3/l5imdb is a Laravel package for a laravel 5 php library for retrieving film and tv information from imdb.
It currently has 3 GitHub stars and 93 downloads on Packagist (latest version 1.0.1).
Install it with composer require firmantr3/l5imdb.
Discover more Laravel packages by firmantr3
or browse all Laravel packages to compare alternatives.
Last updated
This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require firmantr3/l5imdb
Please see the changelog for more information on what has changed recently.
// get movie data by id
\L5Imdb::title('0944947')->all(); // game of throne
// get actor/actress data by id
\L5Imdb::person('1785339')->all() // rami malek
// search movies
\L5Imdb::searchTitle('Deadpool')->all();
// search actor/actress
\L5Imdb::searchPerson('Dwayne Johnson')->all();
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
license. Please see the license file for more information.