jesusgoku/thetvdb

该包最新版本(dev-master)没有提供许可信息。

用于消费 TheTVDB XML API 的 PHP 库

dev-master 2015-06-17 01:59 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:15:29 UTC


README

用于消费 The TVDB XML API 的 PHP 库

测试

  • phpunit.dist.xml 复制到 phpunit.xml

  • phpunit.xml 中添加您的 TheTVDB API 密钥

    <php>
        <ini name="error_reporting" value="-1"/>
        <const name="THE_TV_DB_API_KEY" value="COPY_YOUR_API_KEY_HERE"/>
    </php>
  • 运行测试 vendor/bin/phpunit