PHPackages                             hichxm/wargaming-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. hichxm/wargaming-api

ActiveLibrary[API Development](/categories/api)

hichxm/wargaming-api
====================

Wargaming.net api oriented object.

v1.3.1(8y ago)319MITPHPPHP &gt;=7.1.9

Since Feb 18Pushed 8y ago3 watchersCompare

[ Source](https://github.com/hichxm/wargaming-api)[ Packagist](https://packagist.org/packages/hichxm/wargaming-api)[ RSS](/packages/hichxm-wargaming-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Wargaming Api
=============

[](#wargaming-api)

![GitHub tag](https://camo.githubusercontent.com/dfc2d25419673cb44ccf1406e7d56c927cc6fd5a1786ef4bf0e7af21ce8569bb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f68696368786d2f77617267616d696e672d6170692e737667)[![GitHub license](https://camo.githubusercontent.com/80b7b31d4ab99fe08fdf8b580e200841f93517939be6c65c198252902cc96445/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f68696368786d2f77617267616d696e672d6170692e737667)](https://github.com/hichxm/wargaming-api/blob/master/LICENSE.md)![PHP from Packagist](https://camo.githubusercontent.com/9a6a05f291d64551da8e5cc7607bfe52d428219df9170ba2ce92c07d5426525e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f68696368786d2f77617267616d696e672d6170692e737667)[![GitHub issues](https://camo.githubusercontent.com/bc5b366c01ae9571aed558a3569ee9549566572ce10190b5a0ec54a2b34a5e55/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f68696368786d2f77617267616d696e672d6170692e737667)](https://github.com/hichxm/wargaming-api/issues)

This package composer, allows to use more simply the **wargaming API** with a very simple and well documented object-oriented code for your IDE (*integrated development environment*).

Documentation. [full doc here](DOC.md)
--------------------------------------

[](#documentation-full-doc-here)

1. Get your application id [here](https://developers.wargaming.net/applications/)
2. Initialise your application

    RegioncodeRussiaruEuropeeuAsiaasiaNorth Americana```
    $WarGaming = new WargamingApi($application_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", $region = "eu");
    ```
3. Make request

    1. Search player ```
        $WarGaming->searchPlayers($search = "volca", $options = [
        	"limit" => 10,
        	"method" => "startswith",
        	"region" => "eu"
        ]);
        ```
    2. Search player(s) by id ```
        $WarGaming->infoPlayersById($players_id = ["500080014", "514444123", "514444121"], $options = [
        	"region" => "eu"
        ]);
        ```
    3. Server info ```
        $WarGaming->serverInfo($region = "eu");
        ```
    4. Search clans ```
        $WarGaming->searchClans($search = "volca", $options = [
        	"limit" => 10,
        	"pagination" => "1",
        	"region" => "eu"
        ]);
        ```
    5. Search clans by id ```
        $WarGaming->infoClansById($clans_id = ["500041879", "500034196"], $options = [
        	"region" => "eu"
        ]);
        ```
    6. Search clans of player(s) id ```
        $WarGaming->playerClans($players_id = ["500450795", "503197062", "500435236"]);
        ```

License
-------

[](#license)

```
The MIT License (MIT)

Copyright (c) 2018

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

Total

6

Last Release

3003d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd807d572b973124749e77aad69c1c8d51db3070f61ab1be91fbd7a4a82ee010?d=identicon)[Hichxm](/maintainers/Hichxm)

---

Top Contributors

[![hichxm](https://avatars.githubusercontent.com/u/12587585?v=4)](https://github.com/hichxm "hichxm (43 commits)")

---

Tags

apigameoriented-objectphpwargamingapiobjectorientedwotwargaming

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hichxm-wargaming-api/health.svg)

```
[![Health](https://phpackages.com/badges/hichxm-wargaming-api/health.svg)](https://phpackages.com/packages/hichxm-wargaming-api)
```

###  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)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[orisai/object-mapper

Raw data mapping to validated objects

1133.5k2](/packages/orisai-object-mapper)

PHPackages © 2026

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