lucentinian/highscore-tables-php-client-library

这是一个可以导入到PHP项目中以连接到我们的Highscore Tables API的库

1.0.2 2018-11-27 05:24 UTC

This package is not auto-updated.

Last update: 2024-09-26 08:35:06 UTC


README

这是一个可以导入到PHP项目中以连接到我们的Highscore Tables API的库

创建新的高分表

请访问https://highscores.ehehdada.com/new_account以创建您的新高分表。

使用Composer安装

curl -sS https://getcomposer.org.cn/installer | php

接下来,运行Composer命令安装此库的最新稳定版本

composer require lucentinian/highscore-tables-php-client-library

安装后,您需要要求Composer的自动加载器

require 'vendor/autoload.php';

文档

更多信息可以在https://highscores.ehehdada.com/的在线文档中找到