Skip to content

maniaplanet/maniaplanet-ws-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maniaplanet Web Services SDK for PHP

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