firmantr3/l5imdb

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

Downloads

87

Stars

3

Version

1.0.1

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.

firmantr3

Author

firmantr3