- [x] [bug] No user-agent has been set https://github.com/serbanghita/Mobile-Detect/issues/946
- [x] added docker-compose.yml with images: setup (composer), runUnitTests, runPerfTests, runLinting, generateModel
Unclaimed project
Are you a maintainer of Mobile-Detect? Claim this project to take control of your public changelog and roadmap.
Changelog
Mobile_Detect is a lightweight PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
$config to MobileDetect constructor.autoInitOfHttpHeaders configuration which is by default true. This enabled the old behavior from 3.x and 2.x that allows automatic detection of HTTP headers and User Agent from $_SERVER.setHttpHeaders work. It no longer falls back on $_SERVER. The method still...Other
@deprecated methodsDetection\MobileDetect