/koko-analytics

Privacy-friendly analytics for your WordPress site.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Koko Analytics

Build Status Tested WordPress version WordPress.org rating License: GPL v3

Koko Analytics is an open-source and privacy-friendly analytics plugin for WordPress.

Screenshot of the Koko Analytics dashboard

Features

  • No external services. Data is yours and yours alone.
  • No personal information or anything visitor specific is tracked.
  • Blazingly fast. Handles thousands of daily visitors or sudden bursts of traffic without breaking a sweat.
  • Plug and play. Just install and activate the plugin and stats will automatically be recorded.
  • Open-source (GPLv3 licensed).

How to install

To run the latest development version of the plugin, take the following steps.

First, clone the repository using Git in your /wp-content/plugins/ directory

git clone git@github.com:dannyvankooten/koko-analytics.git

Create the autoloader using Composer.

composer install

Install client-side dependencies using NPM

npm install

Build the plugin assets by issuing the following command:

npm run build

Usage

Stats will be collected right away after you install and activate the plugin. You can view your stats on the Dashboard > Analytics page.

Translations

You can help translate Koko Analytics into your language using your WordPress.org account.

License

GNU General Public License v3.0