library xbox-api-sdk
PHP SDK for the Unofficial Xbox API
clegginabox/xbox-api-sdk
PHP SDK for the Unofficial Xbox API
- Thursday, June 30, 2016
- by clegginabox
- Repository
- 1 Watchers
- 1 Stars
- 186 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Xbox PHP API SDK
This is an unofficial SDK for https://xboxapi.com, (*1)
Usage
```php
include_once 'vendor/autoload.php';, (*2)
$xbox = new \Clegginabox\Xbox\ApiClient('your-api-key');, (*3)
$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);, (*4)
```, (*5)
Better documentation to follow, (*6)
dev-master
9999999-dev
PHP SDK for the Unofficial Xbox API
Sources
Download
The Requires
by
Paul Clegg