Skip to content

defro/fanart-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FanArt TV API

Latest Version Software License SensioLabsInsight Total Downloads

This package can get move, tv series, music image from fanart.tv. Here's a quick example:

$client = new \GuzzleHttp\Client();
$fanArt = new Defro\FanArt\Api($client);
$images = $fanArt
    ->setApiKey('YOUR_FANART_API_KEY')
    ->getMovieImages(857) // The Movie DB ID of Saving Private Ryan
;

Documentation

Read to install, use this package, customize image to display on documentation page.

License

The MIT License (MIT). Please see license file for more information.