XBox Live Data Retrieval Class (Loaders and Uploaders)

About this item

Get XBox Live data from any gamertag you want.

Easy to use

$XB->set_gamertag('TRex HomerTrixx'); // This sets the gamertag

$XB->check_cache(); // This will check if the gamertag is allready cached

$XB->update_cache(); // Ths will update the cache if needed

print_r($XB->get_gamercard()); // Returns an array with all xbox live data

Demo output: http://www.phpapps.nl/development/xbox/

Available data

  • Gamertag
  • Online status
  • Bio
  • Motto
  • Location
  • Name
  • Gender
  • Gamerscore
  • Reputation
  • Account status
  • Avatars
  • Recent Games + progress and achievements per game

Updates

v1.0 (03/01/2012)
* Initial version released

Download XBox Live Data Retrieval Class (Loaders and Uploaders)

Leave a Reply

Your email address will not be published. Required fields are marked *