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
# 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-analyticsInstall using DDEV
ddev composer require "johnhenry/craft-clicky-analytics:^1.0.0" -w && ddev craft plugin/install clicky-analyticsInstall 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 to add your Clicky credentials, then add widgets to your dashboard or drop the Page Stats field onto an entry type.