Skip to content

clegginabox/xbox-api-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xbox PHP API SDK

This is an unofficial SDK for https://xboxapi.com

Usage

include_once 'vendor/autoload.php';

$xbox = new \Clegginabox\Xbox\ApiClient('your-api-key');

$xuid = $xbox->getXuidByGamertag('clegginabox');
$userProfile = $xbox->getProfile($xuid);
$presence = $xbox->getPresence($xuid);
$gamerCard = $xbox->getGamercard($xuid);
$activity = $xbox->getActivity($xuid);
$recentActivity = $xbox->getRecentActivity($xuid);
$friends = $xbox->getFriends($xuid);
$gameClips = $xbox->getGameClips($xuid);

Better documentation to follow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages