Skip to content

Visitors

Visitors is a powerful, native Drupal web analytics tool empowering site builders and administrators with comprehensive insights into user behavior and site performance.

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

pipeline status

coverage report

Requirements

This module requires the following modules:

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Composer

Composer is the preferred method to install visitors.

composer require 'drupal/visitors:^2'

Configuration

  1. Enable the module at admin/modules
  2. Configure admin/config/system/visitors

Development

If you haven't already, install Docker and DDEV

git clone git@git.drupal.org:project/visitors.git
cd visitors
ddev config --project-type=drupal --docroot=web --php-version=8.3 --corepack-enable --project-name=visitors
ddev add-on get ddev/ddev-drupal-contrib
ddev add-on get ddev/ddev-selenium-standalone-chrome
ddev start
ddev poser
ddev symlink-project

Maintainers