Skip to content
/ Xbox Public

PHP to retrieve Xbox Live informations for gamer

Notifications You must be signed in to change notification settings

yannux/Xbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Xbox

PHP to retrieve Xbox Live informations for gamer

Howto

include(__DIR__ . '/Live/Gamecard.php');

/**
 * @var $xboxLive Xbox_Live_Gamercard
 */
$xboxLive = new Xbox_Live_Gamercard;

$xboxLive->setGamerTag('xunnay')->setlanguage('fr-FR')->callApi();

echo $xboxLive->getProfilUrl();
echo "<br />";
echo $xboxLive->getAvatarUrl();
echo "<br />";
echo $xboxLive->getReputation();
echo "<br />";
echo $xboxLive->getGamerScore();
echo "<br />";
var_dump($xboxLive->getPlayedGames(5));
echo "<br />";

About

PHP to retrieve Xbox Live informations for gamer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages