sauvank / api-tmdb-php
从 tmdb Api 获取数据的简单工具。
2.2.0
2020-12-29 12:57 UTC
Requires
- ext-curl: *
- ext-json: *
- ext-memcached: *
- phpunit/phpunit: ^9.2
README
需求
- PHP >= 7.4
- PHP ext-curl
- PHP ext-json
- PHP ext-memcached
- 电影数据库 API
运行 php 单元测试(在命令行中)
创建一个文件: tests/apiKeyTmdb.txt
并在其中放入 API 密钥,然后在命令行中运行
vendor/bin/phpunit tests
或
./run_test.sh
示例集成
$api = new \ApiTmdb\ApiTmdb('YOUR_API_KEY'); $api->getMovieById(550);
文档
要获取文档,请打开 'doc/index.html'