firmantr3/l5imdb

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

Installs: 93

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/firmantr3/l5imdb

1.0.1 2018-12-01 14:32 UTC

This package is auto-updated.

Last update: 2025-09-29 02:02:50 UTC


README

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 firmantr3@gmail.com instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.