firmantr3 / l5imdb
A Laravel 5 PHP library for retrieving film and TV information from IMDb
1.0.1
2018-12-01 14:32 UTC
Requires
- illuminate/support: ~5
- imdbphp/imdbphp: ^6.1
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2025-03-29 00:58:12 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.