maniaplanet/maniaplanet-ws-sdk

This package is abandoned and no longer maintained. No replacement package was suggested.

SDK for the ManiaPlanet Web Services API.

5.0.6 2014-10-10 07:12 UTC

This package is auto-updated.

Last update: 2022-02-01 12:29:54 UTC


README

Latest Stable Version Total Downloads

The Maniaplanet Web Services is the public API that everyone can use to retrieve various information about the game, the players, the rankings, etc. You can use that API to build all sorts of applications.

This project is an open-source PHP SDK for easy integration in your applications. It is developed and supported by Ubisoft Nadeo.

This package contains the PHP SDK as well as a some examples so that you can build applications that interact with the API. Everyting is released under the GNU LESSER GENERAL PUBLIC LICENSE Version 3.

Installation

We use Composer to protect the unicorns:

{
	"require": {
        "maniaplanet/maniaplanet-ws-sdk": "~5.0"
    }
}

Useful links