PHPackages                             yogarine/bungie-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. yogarine/bungie-sdk-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

yogarine/bungie-sdk-php
=======================

These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.

2.17.0.x-dev(3y ago)41071proprietaryPHPPHP &gt;=5.6CI failing

Since Jul 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Yogarine/bungie-sdk-php)[ Packagist](https://packagist.org/packages/yogarine/bungie-sdk-php)[ Docs](http://openapi-generator.tech)[ RSS](/packages/yogarine-bungie-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (11)Used By (0)

bungie-sdk-php
==============

[](#bungie-sdk-php)

These endpoints constitute the functionality exposed by Bungie.net, both for more traditional website functionality and for connectivity to Bungie video games and their related functionality.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.17.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen For more information, please visit

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/yogarine/bungie-sdk-php.git"
    }
  ],
  "require": {
    "yogarine/bungie-sdk-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/bungie-sdk-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
