koko-analytics

Privacy-friendly and open source analytics plugin for WordPress.
15 May 202021722

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:ibericode/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.

Contributing

You can contribute to Koko Analytics in many different ways. For example:

License

GNU General Public License v3.0