Download the PHP package adamdburton/destiny-2-api-client without Composer
On this page you can find all versions of the php package adamdburton/destiny-2-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adamdburton/destiny-2-api-client
More information about adamdburton/destiny-2-api-client
Files in adamdburton/destiny-2-api-client
Package destiny-2-api-client
Short Description PHP API client for Destiny 2
License MIT
Informations about the package destiny-2-api-client
PHP API client for Destiny 2
API Documentation
Endpoint documentation is available at https://bungie-net.github.io/multi/
Usage
You will need an API key from https://www.bungie.net/en/Application and some endpoints require access tokens (available by logging in through Bungie oAuth - see https://lowlidev.com.au/destiny/authentication-2 for authentiation flow examples)
Modules
App
Implementation - https://github.com/adamdburton/destiny-2-api-client/blob/master/src/Api/Module/App.php
Accessed through - $api->app()
Destiny2
Implementation - https://github.com/adamdburton/destiny-2-api-client/blob/master/src/Api/Module/Destiny2.php
Accessed through - $api->destiny2()
User
Implementation - https://github.com/adamdburton/destiny-2-api-client/blob/master/src/Api/Module/User.php
Accessed through - $api->user()
Forum
Not yet implemented
GroupV2
Not yet implemented
CommunityContent
Not yet implemented
Trending
Not yet implemented
oAuth
Some endpoints require an oAuth token with applicable scope permissions.
$api->user()->withAccessToken('{oauth-token}')->getMembershipDataForCurrentUser();