Skip to content

The simplest Clash of Clans library for information about the Clan and its members.

Notifications You must be signed in to change notification settings

akbarali1/clash-of-clans-api-php

Repository files navigation

Clash of Clans API php

The simplest Clash of Clans library for information about the Clan and its members.

Usage instruction

Code To get clan information $clantag is the id number of the clan. (do not write #)

require_once ("yadro.php");
$clash = new ClashofClans();
$data = $clash->clans($clantag);

returns $data as an array

Get user information: $tag is the user's id number. (do not write #)

require_once ("yadro.php");
$clash = new ClashofClans();
$data = $clash->players($tag);

returns $data as an array

Don't forget to click the asterisk if you find it useful :)

Clash of Clans API php

Klan va uning a'zolari haqida ma'lumot olish uchun eng oddiy Clash of Clans kutubxonasi.

Foydalanish bo'yicha ko'rsatma

require_once ("yadro.php");
$clash = new ClashofClans();
$data = $clash->clans($clantag);

$data sizga massiv ko`rinishida javobni qaytaradi

Foydalanuvchi haqida ma'lumot olish: $tag - foydalanuvchining ID raqami # (panjara)ni yozmang.

require_once ("yadro.php");
$clash = new ClashofClans();
$data = $clash->players($tag);

$data sizga massiv ko`rinishida javobni qaytaradi

Agar sizga foydali bo'lsa, yulduzcha tugmachasini bosishni unutmang :)

images | rasmlari

index clans players

About

The simplest Clash of Clans library for information about the Clan and its members.

Topics

Resources

Stars

Watchers

Forks

Languages