maniaplanet/dedicated-server-api

XML-RPC library to connect to Maniaplanet server

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

This package is auto-updated.

Last update: 2024-11-19 13:40:11 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"
    }
}