Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 644 Bytes

ManiaPlanet dedicated server SDK

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"
    }
}