maniaplanet / dedicated-server-api
XML-RPC library to connect to Maniaplanet server
Package info
github.com/maniaplanet/dedicated-server-api
pkg:composer/maniaplanet/dedicated-server-api
v6.0.1
2024-08-19 12:31 UTC
Requires
- php: ^8.0
- ext-sockets: *
This package is auto-updated.
Last update: 2026-02-19 16:26:00 UTC
README
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"
}
}