2017 © Pedro Peláez
 

library destiny-2-api-client

PHP API client for Destiny 2

image

adamdburton/destiny-2-api-client

PHP API client for Destiny 2

  • Tuesday, May 15, 2018
  • by adamdburton
  • Repository
  • 3 Watchers
  • 3 Stars
  • 210 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

PHP API client for Destiny 2

Packagist, (*1)

API Documentation

Endpoint documentation is available at https://bungie-net.github.io/multi/, (*2)

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), (*3)

$api = new \AdamDBurton\Destiny2ApiClient\Api('{api-key}');

Modules

App

Implementation - https://github.com/adamdburton/destiny-2-api-client/blob/master/src/Api/Module/App.php Accessed through - $api->app(), (*4)

Destiny2

Implementation - https://github.com/adamdburton/destiny-2-api-client/blob/master/src/Api/Module/Destiny2.php Accessed through - $api->destiny2(), (*5)

User

Implementation - https://github.com/adamdburton/destiny-2-api-client/blob/master/src/Api/Module/User.php Accessed through - $api->user(), (*6)

Forum

Not yet implemented, (*7)

GroupV2

Not yet implemented, (*8)

CommunityContent

Not yet implemented, (*9)

Not yet implemented, (*10)

oAuth

Some endpoints require an oAuth token with applicable scope permissions., (*11)

$api->user()->withAccessToken('{oauth-token}')->getMembershipDataForCurrentUser();, (*12)

The Versions

15/05 2018

dev-master

9999999-dev

PHP API client for Destiny 2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar adamdburton

14/05 2018

dev-add-license-1

dev-add-license-1

PHP API client for Destiny 2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar adamdburton

10/01 2018

dev-dev

dev-dev

PHP API client for Destiny 2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar adamdburton

22/09 2017

v1.0.0

1.0.0.0

PHP API client for Destiny 2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar adamdburton