With this client your can work WarGaming API
Add WarGaming API in your composer.json:
{
"require": {
"wargaming/api": "dev-master"
}
}
Now tell composer to download the library by running the command:
$ php composer.phar update wargaming/api
The bulk of the documentation is stored in the doc/index.md
file in this library:
This library is under the MIT license. See the complete license in library
LICENSE
Issues and feature requests are tracked in the Github issue tracker.