dev-master
9999999-devWrapper for OpenXBL
MIT
The Development Requires
v2.0-beta
2.0.0.0-betaWrapper for OpenXBL
MIT
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Wrapper for OpenXBL
This PHP package is a lightweight wrapper for OpenXBL. It's the easiest way to use OpenXBL in your PHP application., (*1)
Part of the XBL.IO feature set., (*2)
get('account'));
?>
This library is available through Composer., (*3)
Use the following command:, (*4)
`composer require openxbl/openxbl`
Alternatively, add the repository in your composer.json file. If you don't already have this file create it at the root of your project with this content:, (*5)
{
"name": "Example Application",
"description": "This is an example of OpenXBL",
"require": {
"openxbl/openxbl": "^2"
}
}
isApp = true;
print_r($client->get('account'));
?>
claim('CODE_VALUE');
?>
format = 'json'; // Language of response. $client->language = 'en-US,en'; ?>
This wrapper is built using OpenXBL /api/v2/, (*6)
Visit our discord channel and say hello!, (*7)
Wrapper for OpenXBL
MIT
Wrapper for OpenXBL
MIT