Skip to content

Example of how to get and cache data from the official Clash of Clans API using PHP

License

Notifications You must be signed in to change notification settings

rekomat/Donateometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Donateometer

Example of how to get and cache data from the official Clash of Clans API using PHP

Install

  • Create your own API token for the Clash of Clans API.

  • Create a file named api_token.php in the src directory and define your API token. Do not include your token in the repository for security reasons.

<?php
define('ACCESS_TOKEN', '___YOUR_TOKEN_HERE___');
?>
  • Start your server and point your browser to donateometer.php

Contributors

About

Example of how to get and cache data from the official Clash of Clans API using PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages