maniaplanet / dedicated-server-api

用于连接 Maniaplanet 服务器的 XML-RPC 库

v6.0.1 2024-08-19 12:31 UTC

This package is auto-updated.

Last update: 2024-09-19 13:15:21 UTC


README

Latest Stable Version Total Downloads

此库允许您通过 XML-RPC 接口连接到 Maniaplanet 专用服务器。

安装

我们使用 Composer

{
    "require": {
        "maniaplanet/dedicated-server-api": "^6.0"
    }
}