2 Repos
Server-side identification of the hardware category (mobile, tablet, desktop) of a web visitor.
Distinct from Mobile Device Discovery: Shortlist candidates are focused on MDM, security, or hardware bridges, not web request analysis.
Explore 2 awesome GitHub repositories matching web development · Device Type Detection. Refine with filters or upvote what's useful.
Dieses Projekt ist ein PHP-User-Agent-Parser und Detektor für Mobilgeräte. Es analysiert HTTP-User-Agent-Strings, um den Webbrowser, das Betriebssystem und den Gerätetyp des Besuchers zu identifizieren. Die Bibliothek bietet eine dedizierte Integration für das Laravel-Web-Framework. Sie unterscheidet zwischen Mobiltelefonen, Tablets und Desktop-Computern und identifiziert Web-Robots sowie die spezifischen Namen von Suchmaschinen-Crawlern. Die Funktionen des Tools umfassen das Extrahieren bevorzugter Sprachen aus Anfrage-Headern und das Verifizieren spezifischer User-Agent-Eigenschaften. Es verwendet reguläre Ausdrucksmuster und statisches Daten-Mapping, um Clients zu klassifizieren und Inhalte zu lokalisieren.
Determines if a visitor is using a phone, tablet, or desktop to deliver an optimized mobile experience.
mobile-detect.js is a JavaScript library for user agent detection. It analyzes browser request headers to identify hardware types, operating systems, and browser versions. The library includes a client hardware profiler that assigns performance and capability grades to mobile devices based on their characteristics. It also provides tools to apply specific CSS classes to the document body based on detected hardware to enable responsive styling. The project covers broad analysis capabilities, including the detection of mobile phones, tablets, and desktop computers. It extracts operating system
Identifies whether a visitor is using a mobile phone, tablet, or desktop computer via user agent analysis.