Using bungie-d1-sdk-php with bungie.net

PHP integration

Install
composer require bungie-d1-sdk-php
Get the common settings used by the Bungie.Net environment.
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/Settings/
Gets any active global alert for display in the forum banners, help pages, et…
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/GlobalAlerts/
Get list of applications created by Bungie.
curl \
  -H "X-API-Key: $API_KEY" \
  https://www.bungie.net/Platform/App/FirstParty/
SDK on GitHub 📄 API Docs
SDK
bungie-d1-sdk-php
PHP
API
bungie.net
bungie.net
At a glance
Language PHP
Endpoints134
Base URLhttps://www.bungie.net/Platform