XjSv / Diablo-3-API-PHP

Simple Diablo 3 Web API PHP Wrapper
GNU General Public License v2.0
14 stars 9 forks source link

!!! No longer working due to changes to the API !!!

Diablo 3 API PHP

A Diablo 3 Web API wrapper written in PHP.

This is meant to be very simple, easy to use and modify. It supports the 'If-Modified-Since' header. o Create an account at dev.battle.net to obtain an API Key.

Caching

If caching is enabled when calling the API, the 'If-Modified-Since' header will be effect. This however does not save on API points. Points will still be deducted from your limit. A '304 Not Modified' response from the API will only save bandwidth and time.

Required Folder Structure (for images and cache):

Methods Available

Official Site: https://dev.battle.net/

Original Documentation: https://dev.battle.net/io-docs

Dual Licensed: MIT/GPL