maniaplanet / maniaplanet-ws-sdk

ManiaPlanet WebServices SDK for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ManiaPlanet WebServices SDK for PHP

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 96.6%Language:Shell 3.4%