sauvank/api-tmdb-php

从 tmdb Api 获取数据的简单工具。

2.2.0 2020-12-29 12:57 UTC

This package is auto-updated.

Last update: 2024-09-29 05:36:04 UTC


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'

要更新文档,请运行 ./doc.sh