PHPackages                             phpdestinyapiclient/phpdestinyapiclient - 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. [API Development](/categories/api)
4. /
5. phpdestinyapiclient/phpdestinyapiclient

ActiveLibrary[API Development](/categories/api)

phpdestinyapiclient/phpdestinyapiclient
=======================================

A Destiny API client written in PHP

04PHP

Since Feb 9Pushed 10y ago2 watchersCompare

[ Source](https://github.com/dustinrue/PHPDestinyAPIClient)[ Packagist](https://packagist.org/packages/phpdestinyapiclient/phpdestinyapiclient)[ RSS](/packages/phpdestinyapiclient-phpdestinyapiclient/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Destiny API Client in PHP
=========================

[](#destiny-api-client-in-php)

This simplistic API client provides simplified, raw access to Bungie's Destiny API allowing you to build upon it however you need. The key feature in this API client is its ability to perform requests in parallel by enabling batch mode, creating a number of requests, performing the batch and dealing with the data. Example below.

Full documentation for the Bungie API is here -

Errata
------

[](#errata)

- The client doesn't cover all end points yet.
- The activity types may not be correct

Usage
-----

[](#usage)

Currently in development but you're free to try it using composer

```
    {
        "require": {
            "phpdestinyapiclient/phpdestinyapiclient": "dev-master"
        }
    }

```

in composer.json

Example
-------

[](#example)

```
#!/usr/bin/php
