maniaplanet/dedicated-server-api

XML-RPC library to connect to Maniaplanet server

v6.0.0 2021-10-26 08:40 UTC

This package is auto-updated.

Last update: 2024-04-11 14:54:35 UTC


README

Latest Stable Version Total Downloads

This library allows you to connect to Maniaplanet dedicated server trough the XML-RPC interface.

Installation

We use Composer:

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