PHPackages                             francis-schiavo/blizzard\_api - 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. francis-schiavo/blizzard\_api

ActiveLibrary[API Development](/categories/api)

francis-schiavo/blizzard\_api
=============================

PHP client for Blizzard web APIs

v0.2.0(3y ago)42284MITPHP

Since Feb 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/francis-schiavo/blizzard_api_php)[ Packagist](https://packagist.org/packages/francis-schiavo/blizzard_api)[ RSS](/packages/francis-schiavo-blizzard-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Blizzard API client
===================

[](#blizzard-api-client)

This library is an interface to Blizzard APIS.

See  for more information.

Installation
------------

[](#installation)

This library requires PHP 8.1 or newer with the following modules:

- mbstring
- curl
- redis (Only if using the Redis cache interface)

You can add this library to your compose project by adding `francis-schiavo/blizzard_api` as a requirement on your `compose.json`.

or from the command line:

`php composer.phar require francis-schiavo/blizzard_api`

Configuration
-------------

[](#configuration)

You must configure the package with a valid pair of credentials. You can obtain them here:

The code sample below show how to configure the library.

```
