LaravelPackages.net
Acme Inc.
Toggle sidebar
firmantr3/l5imdb

A Laravel 5 PHP library for retrieving film and TV information from IMDb

93
3
1.0.1
About firmantr3/l5imdb

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

L5Imdb

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require firmantr3/l5imdb

Usage

Change log

Please see the changelog for more information on what has changed recently.

Examples

// 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();

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.

Star History Chart