maniaplanet / manialive

PHP controller for the ManiaPlanet Dedicated Server
GNU Lesser General Public License v3.0
9 stars 4 forks source link

ManiaLive

ManiaLive is a simple, modular, high-performance PHP manager for the Maniaplanet Dedicated Server. It is developed and supported by Ubisoft Nadeo.

It has been design to be as simple as possible to use and to configure. You can already take advantage of the numerous plugins written by the community.

ManiaLive is also developer-friendly with a powerful yet simple plugin system. The internals feature some advanced technologies such as multi-threading (very useful for long tasks -think MySQL or HTTP requests- to be non-blocking) or a GUI toolkit based on ManiaLib (no XML to write, everything is written in pure object-oriented PHP).

There's also a version of ManiaLive for TrackMania Forever.

Requirements

Installation

An executable file will be distributed with the release of the version 4.0. For now follow the developers version.

Developers

In order have a working version, you need to have Composer.