PHPackages                             blizzard-galaxy/api-supervisor - 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. blizzard-galaxy/api-supervisor

ActiveLibrary[API Development](/categories/api)

blizzard-galaxy/api-supervisor
==============================

Blizzard API consumer and domain data mapper

0.2.0(11y ago)0211[1 issues](https://github.com/blizzard-galaxy/api-supervisor/issues)MITPHPPHP &gt;=5.3.0

Since Feb 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/blizzard-galaxy/api-supervisor)[ Packagist](https://packagist.org/packages/blizzard-galaxy/api-supervisor)[ Docs](https://github.com/blizzard-galaxy/api-supervisor)[ RSS](/packages/blizzard-galaxy-api-supervisor/feed)WikiDiscussions master Synced 1mo ago

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

API Supervisor
==============

[](#api-supervisor)

[![Latest Version](https://camo.githubusercontent.com/89e1a0e9ba99f5718e21b22f81e4ba3174fa1b56838ac82bcff1d47c6bc0e212/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f626c697a7a6172642d67616c6178792f6170692d73757065727669736f722e7376673f7374796c653d666c61742d737175617265)](https://github.com/blizzard-galaxy/api-supervisor/releases)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/da120b04201b1a9bf384daf1a796101e321804e715907aca5901629a32ad6bc0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f626c697a7a6172642d67616c6178792f6170692d73757065727669736f722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/blizzard-galaxy/api-supervisor)[![Coverage Status](https://camo.githubusercontent.com/eaf3afe47a8a80634fb47cbd543acb3f1847315452543028b1917d3bce3f36db/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f626c697a7a6172642d67616c6178792f6170692d73757065727669736f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/blizzard-galaxy/api-supervisor/code-structure)[![Quality Score](https://camo.githubusercontent.com/ee537b495ab10901b1182096213ee282e2c9da4b235d59aedb96222ee7bd9a25/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f626c697a7a6172642d67616c6178792f6170692d73757065727669736f722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/blizzard-galaxy/api-supervisor)[![Total Downloads](https://camo.githubusercontent.com/bdb8d419193efcdec00a9a6cccae3370c4ec7b2bfa74518ab8da4ad0a5cdd092/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c697a7a6172642d67616c6178792f6170692d73757065727669736f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blizzard-galaxy/api-supervisor)[![SensioLabs Insight](https://camo.githubusercontent.com/f8c3ee74030d6a3a6cdf7ff480e966b88592e6f9f9c62a3d0d72ebd774ad7503/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f65356662303862342d623066362d346332382d623836612d6465653563313938663464312e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/e5fb08b4-b0f6-4c28-b86a-dee5c198f4d1)

This package is a PHP integration layer for the Blizzard API. It contains methods for easily consuming the API and retrieving the information into dedicated entities.

Install
-------

[](#install)

Via Composer

```
$ composer require blizzard-galaxy/api-supervisor
```

Usage
-----

[](#usage)

```
$starcraftClient = new StarcraftClient('YOUR_API_KEY', Region::EUROPE, Locale::EN_GB);
$playerProfile = $starcraftClient->getPlayerProfile(2048419, 'LionHeart');

$ladderSummary = $starcraftClient->getLadderSummaryById(7500);
$ladderSummary = $starcraftClient->getLadderSummaryGrandmaster();
$ladderSummary = $starcraftClient->getLadderSummaryGrandmasterLastSeason();
```

Testing
-------

[](#testing)

```
$ phpunit
```

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)

- [petre@dreamlabs.ro](https://github.com/petrepatrasc)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~3 days

Total

2

Last Release

4095d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b7d04eec9371ca46d3214b3a20d873e59992405eb1ccd8afde316d8e84e5353?d=identicon)[petrepatrasc](/maintainers/petrepatrasc)

---

Top Contributors

[![petrepatrasc](https://avatars.githubusercontent.com/u/1115084?v=4)](https://github.com/petrepatrasc "petrepatrasc (57 commits)")

---

Tags

apileagueblizzardconsumerdomainsupervisorapi-supervisor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/blizzard-galaxy-api-supervisor/health.svg)

```
[![Health](https://phpackages.com/badges/blizzard-galaxy-api-supervisor/health.svg)](https://phpackages.com/packages/blizzard-galaxy-api-supervisor)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[league-php/leaguewrap

A wrapper for the League of Legends API.

2011.2k1](/packages/league-php-leaguewrap)[logansua/blizzard-api-client

API client for blizzard API written in PHP

302.5k](/packages/logansua-blizzard-api-client)

PHPackages © 2026

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