Skip to content

Device Detector Integration

The Visitors module uses the Matomo Device Detector library for accurate browser and device identification.

Overview

Device Detector is automatically included as a Composer dependency and provides comprehensive device, browser, and OS detection.

Features

  • Browser name and version detection
  • Operating system identification
  • Device type classification (desktop, mobile, tablet)
  • Bot and crawler detection

Configuration

Device detection is enabled by default and requires no additional configuration. Results are cached for performance.

Customization

You can extend device detection through custom plugins and event subscribers to add additional device information or modify detection logic.