PHPackages                             game-scan/wow - 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. game-scan/wow

ActiveLibrary[API Development](/categories/api)

game-scan/wow
=============

World of Warcraft api module

v0.4.3(10y ago)0491MITPHP

Since Jul 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Game-scan/WoW)[ Packagist](https://packagist.org/packages/game-scan/wow)[ RSS](/packages/game-scan-wow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (21)Used By (0)

WoW
===

[](#wow)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1fd02e15b9a322fa0fffe390971f663298a61aa0833e1ba53928145e31d786f8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f47616d652d5363616e2f576f572e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Game-Scan/WoW)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/163f6d20a975124d071c31da0ff826a19ad4177219b4970f6b0526f70d7aa815/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f47616d652d7363616e2f576f572f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Game-scan/WoW)[![Quality Score](https://camo.githubusercontent.com/fb2280c32b5d50102ed2f61764bad707649d5c369e95109b9a545ff61c9f0584/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f47616d652d5363616e2f576f572e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Game-Scan/WoW)[![Total Downloads](https://camo.githubusercontent.com/300ed0a59c10dbe5e1e4223b9b03ad5365136135bc15495012f4e16b92bb7c2a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f47616d652d5363616e2f576f572e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Game-Scan/WoW)

Librairy that make easier the use of the API WoW. Just provide credentials and use class to gather data from api. **This librairy has no association with Blizzard Entertainment.**

Install
-------

[](#install)

Via Composer

```
$ composer require game-scan/wow
```

Requirement
-----------

[](#requirement)

Set .env file with api credential.

```
WOW_API_KEY=SET_YOUR_API_KEY

```

You could get an api key on [Battle net developper website](https://dev.battle.net/)

Usage
-----

[](#usage)

For instance go get player data you could use the following exemple

```
$api = (new GameScan\WoW\WowApiRequest(new GameScan\WoW\ApiConfiguration()));
$api->setHost(new GameScan\WoW\HostInformation\EuHostInformation());
$player = new GameScan\WoW\Entity\Player($api, $playerRealm , $playerName);
$playerThumbnailUrl = "http://eu.battle.net/static-render/eu/"  . $player->thumbnail();
$playerIlvl = $player->averageItemLevel();
$playerLevel = $player->level();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.MD) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Kandran](https://github.com/kandran)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Recently: every ~27 days

Total

20

Last Release

3810d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0488886b6ef2d6df0b1967509ddd0968ffdce4fd8817b4c9eeba2252ab8247ce?d=identicon)[kandran](/maintainers/kandran)

---

Top Contributors

[![kandran](https://avatars.githubusercontent.com/u/3274045?v=4)](https://github.com/kandran "kandran (103 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/game-scan-wow/health.svg)

```
[![Health](https://phpackages.com/badges/game-scan-wow/health.svg)](https://phpackages.com/packages/game-scan-wow)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
