sauvank / api-tmdb-php
Simple tools for get data from tmdb Api.
Package info
github.com/sauvank/packagist-tool-api-tmdb
Type:package
pkg:composer/sauvank/api-tmdb-php
2.2.0
2020-12-29 12:57 UTC
Requires
- ext-curl: *
- ext-json: *
- ext-memcached: *
- phpunit/phpunit: ^9.2
README
Required :
- PHP >= 7.4
- PHP ext-curl
- PHP ext-json
- PHP ext-memcached
- API The movie database
Run php unit tests (in cli)
create a file : tests/apiKeyTmdb.txt and put inside the API key and run in CLI :
vendor/bin/phpunit tests
or
./run_test.sh
Example integration
$api = new \ApiTmdb\ApiTmdb('YOUR_API_KEY'); $api->getMovieById(550);
DOC
For get the doc, open 'doc/index.html'