Detector is a simple, PHP- and JavaScript-based browser- and feature-detection library that can adapt to new devices & browsers on its own without the need to pull from a central database of browser information.
I downloaded Detector rather than clone it and got the error that UAParser.php could not be found. Browsing the source of Detector I discovered that it was a separate project.
ua-parser-php will now be included by default. i dropped the submodule which is how i initially had it set-up. i don't want to complicate this for end-users. the fix will drop later today.
I downloaded Detector rather than clone it and got the error that UAParser.php could not be found. Browsing the source of Detector I discovered that it was a separate project.