Drupal is a registered trademark of Dries Buytaert
Release: Drupal 10.3.6 Update released for Drupal core (10.3.6)! Release: Drupal 11.0.5 Update released for Drupal core (11.0.5)! Release: Drupal 10.2.9 Update released for Drupal core (10.2.9)! Release: Drupal 10.2.10 Update released for Drupal core (10.2.10)! Release: Drupal 10.3.7 Update released for Drupal core (10.3.7)! Release: Drupal 11.0.6 Update released for Drupal core (11.0.6)! Release: Drupal 10.3.8 Update released for Drupal core (10.3.8)! Release: Drupal 11.0.7 Update released for Drupal core (11.0.7)! Module Revived: Translation Management Tool 8.x-1.19 Module tmgmt updated after 7 months of inactivity (8.x-1.19). Usage Milestone: Account field split Module account_field_split crossed 10,000 active installs.

Drupal 8.x service for detecting device & browser information based on user agent.
Wrapper around DeviceDetector php package

Device Detector package:

The Universal Device Detection library will parse any User Agent and detect the browser, operating system, a device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
https://github.com/matomo-org/device-detector.

Usage:

This module does not do anything out of the box, just provide service which you can use in your code.
\Drupal::service('universal_device_detection.default')->detect();

If you want process bots as normal devices:
\Drupal::service('universal_device_detection.default')->detect(FALSE);

Example of response

array (
  'type' => 'desktop',
  'info' => 
  array (
    'client' => 
    array (
      'type' => 'browser',
      'name' => 'Chromium',
      'short_name' => 'CR',
      'version' => '73.0',
      'engine' => 'Blink',
      'engine_version' => '',
    ),
    'os' => 
    array (
      'name' => 'Ubuntu',
      'short_name' => 'UBT',
      'version' => '',
      'platform' => 'x64',
    ),
    'brand' => '',
    'model' => '',
  ),
)

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Oct 2024
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
2.1.0 Stable Oct 15, 2024