• Stars
    star
    368
  • Rank 115,608 (Top 3 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Privacy-friendly, open-source and lightweight analytics for your WordPress site.

Koko Analytics

PHP status ESLint status Active installs Downloads Rating License: GPLv3

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.
  • Fast! Handles thousands of daily visitors or sudden bursts of traffic without breaking a sweat.
  • Lightweight. Adds only 985 bytes of data to your pages.
  • Plug and play. Just install and activate the plugin and stats will be recorded right away.
  • 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 [email protected]: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