defro / fanart-api
FanArt API library
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/defro/fanart-api
Requires
- php: >=7.1
- ext-json: *
- guzzlehttp/guzzle: ^6.3
This package is auto-updated.
Last update: 2025-09-11 17:16:55 UTC
README
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.