https://github.com/defro/fanart-api
FanArt.tv API PHP library
https://github.com/defro/fanart-api
api api-client fanart fanart-api fanarttv php
Last synced: about 1 month ago
JSON representation
FanArt.tv API PHP library
- Host: GitHub
- URL: https://github.com/defro/fanart-api
- Owner: defro
- License: mit
- Created: 2019-02-23T01:11:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T20:11:43.000Z (about 7 years ago)
- Last Synced: 2025-01-27T13:49:28.922Z (over 1 year ago)
- Topics: api, api-client, fanart, fanart-api, fanarttv, php
- Language: PHP
- Homepage: https://fanarttv.docs.apiary.io/
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FanArt TV API
[](https://github.com/defro/fanart-api/releases)
[](LICENSE)
[](https://insight.sensiolabs.com/projects/5d86f539-e1f9-4eb1-9c70-907a68aa8e9b)
[](https://packagist.org/packages/defro/fanart-api)
This package can get move, tv series, music image from [fanart.tv](https://fanart.tv). Here's a quick example:
```php
$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](https://defro.github.io/fanart-api/).
## License
The MIT License (MIT). Please see [license file](LICENSE) for more information.