polakosz/clash-of-clans-api

此包已被 废弃 并不再维护。没有推荐替代包。

SuperCell 官方 ClashOfClans API 的 PHP 封装。

v2.1.0 2018-03-10 20:36 UTC

This package is not auto-updated.

Last update: 2020-01-24 17:34:29 UTC


README

Latest Version on Packagist Software License Total Downloads

安装

通过 Composer

$ composer require polakosz/clash-of-clans-api

使用

use PoLaKoSz\ClashOfClansAPI as CoC;
...
$apiKey = 'eyJ0eX...';
$api = new CoC\ClashOfClansApi($apiKey);
$response = $api->getClanyByTag('#Y0PPL9V');

echo $response;

测试

参见 此问题

贡献

请参阅 CONTRIBUTINGCODE OF CONDUCT 以获取详细信息。

安全

如果您发现任何安全问题,请通过电子邮件 polakosz@freemail.hu 而不是使用问题跟踪器。

致谢

许可证

MIT 许可证 (MIT)。请参阅 许可证文件 以获取更多信息。