My favorites | Sign in
Project Logo
          
Code license: New BSD License
Labels: xbox, gamercard, php, api, soap, webservice
People details
Project owners:
  doogieb

A set of PHP-based APIs for working with Xbox Live Gamercard data.

Classes

Gamercard

Provides utility methods for rendering an Xbox Live Gamercard, given a user's Gamertag, and retrieving detailed data about a given Gamertag.

XboxInfo

Provides a SOAP client wrapper to the web service provided by Duncan Mackenzie.

Examples

Render a Gamercard

require_once('Gamercard.php');
$gamercard = new Gamercard($gamertag);
print $gamercard->render();

Retrieve detailed Gamercard data

require_once('Gamercard.php');
$gamercard = new Gamercard($gamertag);
$data = $gamercard->data();








Hosted by Google Code