API-of-Legends:轻松访问 Riot Games API 的 PHP 类

时间:2021-06-15 14:09:05
【文件属性】:
文件名称:API-of-Legends:轻松访问 Riot Games API 的 PHP 类
文件大小:6KB
文件格式:ZIP
更新时间:2021-06-15 14:09:05
PHP 传奇API 英雄联盟 API 是一个简单的 PHP 类,可通过 Riot API 轻松访问英雄联盟数据。 您可以使用它来计算特定的统计数据或简单地查找您最喜欢的召唤师。 去做 为 LoL 静态数据添加方法 为联赛添加方法 为团队添加方法 安装 下载api-for-legends.php文件并将其包含到您的 Web 应用程序中。 将 Riot API 密钥插入api-of-legends.php 将以下行插入您的应用程序: <?php require_once ( '/your-path/api-for-legends.php' ); $ api = new apiOfLegends(); ?> 文档 英雄联盟 API 提供了很多访问英雄联盟数据的函数。 您可以在此处找到解释的所有属性和方法: 设置区域 // This must be set before executing an
【文件预览】:
API-of-Legends-master
----LICENSE(1KB)
----README.md(3KB)
----index.php(1KB)
----api-of-legends.php(10KB)

网友评论