{"id":23280995,"url":"https://github.com/hichxm/wargaming-api","last_synced_at":"2026-02-16T15:37:23.222Z","repository":{"id":56984255,"uuid":"121957038","full_name":"hichxm/wargaming-api","owner":"hichxm","description":"Wargaming.net api full oriented object.","archived":false,"fork":false,"pushed_at":"2018-02-21T23:28:50.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-21T13:45:15.606Z","etag":null,"topics":["api","game","oriented-object","php","wargaming"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hichxm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-18T14:02:32.000Z","updated_at":"2021-08-10T01:35:58.000Z","dependencies_parsed_at":"2022-08-21T12:20:23.859Z","dependency_job_id":null,"html_url":"https://github.com/hichxm/wargaming-api","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/hichxm/wargaming-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2Fwargaming-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2Fwargaming-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2Fwargaming-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2Fwargaming-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hichxm","download_url":"https://codeload.github.com/hichxm/wargaming-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hichxm%2Fwargaming-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29511799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","game","oriented-object","php","wargaming"],"created_at":"2024-12-19T23:39:59.174Z","updated_at":"2026-02-16T15:37:23.208Z","avatar_url":"https://github.com/hichxm.png","language":"PHP","readme":"\n\n# Wargaming Api \n[![GitHub tag](https://img.shields.io/github/tag/hichxm/wargaming-api.svg)]()\n[![GitHub license](https://img.shields.io/github/license/hichxm/wargaming-api.svg)](https://github.com/hichxm/wargaming-api/blob/master/LICENSE.md)\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/hichxm/wargaming-api.svg)]()\n[![GitHub issues](https://img.shields.io/github/issues/hichxm/wargaming-api.svg)](https://github.com/hichxm/wargaming-api/issues)\n\nThis package composer, allows to use more simply the \n**wargaming API** with a very simple and well documented \nobject-oriented code for your IDE (*integrated development environment*).\n\n## Documentation. [full doc here](DOC.md)\n\n1) Get your application id [here](https://developers.wargaming.net/applications/)\n2) Initialise your application\n\n\t| Region        | code |\n\t| ------------- | ---- |\n\t| Russia        | ru   |\n\t| Europe        | eu   |\n\t| Asia          | asia |\n\t| North America | na   |\n\t```php\n\t$WarGaming = new WargamingApi($application_id = \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\", $region = \"eu\");\n\t```\n3) Make request\n\t\n\t1) Search player\n\t\t```php\n\t\t$WarGaming-\u003esearchPlayers($search = \"volca\", $options = [\n\t\t\t\"limit\" =\u003e 10,\n\t\t\t\"method\" =\u003e \"startswith\",\n\t\t\t\"region\" =\u003e \"eu\"\n\t\t]);\n\t\t```\n\t2) Search player(s) by id\n\t\t```php\n\t\t$WarGaming-\u003einfoPlayersById($players_id = [\"500080014\", \"514444123\", \"514444121\"], $options = [\n\t\t\t\"region\" =\u003e \"eu\"\n\t\t]);\n\t\t```\n\t3) Server info\n\t\t```php\n\t\t$WarGaming-\u003eserverInfo($region = \"eu\");\n\t\t```\n\t4) Search clans\n\t\t```php\n\t\t$WarGaming-\u003esearchClans($search = \"volca\", $options = [\n\t\t\t\"limit\" =\u003e 10,\n\t\t\t\"pagination\" =\u003e \"1\",\n\t\t\t\"region\" =\u003e \"eu\"\n\t\t]);\n\t\t```\n\t5) Search clans by id\n\t\t```php\n\t\t$WarGaming-\u003einfoClansById($clans_id = [\"500041879\", \"500034196\"], $options = [\n\t\t\t\"region\" =\u003e \"eu\"\n\t\t]);\n\t\t```\n\t5) Search clans of player(s) id\n\t\t```php\n\t\t$WarGaming-\u003eplayerClans($players_id = [\"500450795\", \"503197062\", \"500435236\"]);\n\t\t```\n\n## License\n\n```\nThe MIT License (MIT)\n\nCopyright (c) 2018 \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhichxm%2Fwargaming-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhichxm%2Fwargaming-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhichxm%2Fwargaming-api/lists"}