maniaplanet / dedicated-server-api

PHP library for interacting with the ManiaPlanet Dedicated Server XML-RPC API
GNU Lesser General Public License v3.0
13 stars 8 forks source link

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