/analytics-plugin

Privacy-friendly analytics for your WordPress site.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Analytics Plugin

License: GPL v3

Analytics Plugin is a privacy-friendly analytics plugin for WordPress.

Screenshot of the Analytics Plugin dashboard

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/analytics-plugin.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.

License

GNU General Public License v3.0