Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

PHP wrapper for SuperCell's official ClashOfClans API.

License

Notifications You must be signed in to change notification settings

PoLaKoSz/ClashOfClansAPI

 
 

Repository files navigation

Clash Of Clans API

Latest Version on Packagist Software License Total Downloads

Install

Via Composer

$ composer require polakosz/clash-of-clans-api

Usage

use PoLaKoSz\ClashOfClansAPI as CoC;
...
$apiKey = 'eyJ0eX...';
$api = new CoC\ClashOfClansApi($apiKey);
$response = $api->getClanyByTag('#Y0PPL9V');

echo $response;

Testing

See this issue.

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email polakosz@freemail.hu instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.