ua-parser/uap-php
UA Parser for PHP: parse browser user agents into structured data (browser, engine, OS, device) using the uap-core regex database. Helpful for analytics, logging, and device detection; easy integration via Composer and built-in caching support.
peer_name instead of CN_match for PHP >=5.6UAParser class is now UAParser\ParserParser::parse() returns UAParser\Result\Client, Client::$os is a UAParser\Result\OperatingSystem and Client::$device is a UAParser\Result\DevicetoString() and toVersion() are now methodsUAParser class is now dynamicparse(). the auto-magical "use the server provided UA" is no longer supported.uaParse(), osParse(), and deviceParse() are public and can be used to just return those select bits for a given user agent string.is* boolean properties (e.g. isMobile) have been dropped. they now exist as part of the ua-classifier project.How can I help you explore Laravel packages today?