---
title: Installation
date: 2026-07-02T14:57:00+01:00
author: John Henry Donovan
canonical_url: "https://johnhenry.ie/plugins/clicky-analytics/docs/getting-started/installation"
section: Plugins
---
esc

↑↓ to navigate↵ to selectesc to close

Menu On this page 

- [Return to top](#)

Documentation

Documentation

# Installation

## Requirements

- Craft CMS 5.0.0 or later
- PHP 8.2, 8.3 or 8.4
- A Clicky account with API access (a Site ID and a Sitekey)

## Install using Composer

```bash
# go to the project directory
cd /path/to/my-project

# tell Composer to load the plugin
composer require johnhenry/craft-clicky-analytics

# tell Craft to install the plugin
./craft plugin/install craft-clicky-analytics
```

## Install using DDEV

```bash
ddev composer require "johnhenry/craft-clicky-analytics:^1.0.0" -w && ddev craft plugin/install clicky-analytics
```

## Install from the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Clicky”. Then press “Install”.

## After installing

The plugin has no migrations and creates no database tables — it reads everything live from the Clicky API. Once it's in, head to [Configuration](https://johnhenry.ie/plugins/clicky-analytics/docs/getting-started/configuration) to add your Clicky credentials, then add widgets to your dashboard or drop the [Page Stats field](https://johnhenry.ie/plugins/clicky-analytics/docs/guide/page-stats-field) onto an entry type.

On this page
