maniaplanet / dedicated-server-api
XML-RPC library to connect to Maniaplanet server
Installs: 6 237
Dependents: 4
Suggesters: 0
Security: 0
Stars: 13
Watchers: 7
Forks: 8
Open Issues: 10
Requires
- php: ^8.0
- ext-sockets: *
This package is auto-updated.
Last update: 2024-11-19 13:40:11 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"
}
}