In your web application you might need to parse the user's user-agent string to find out the browser/OS/device being used. This is necessary specially when your webapp tries to adapt to the user's platform in a better way. For example a different layout for mobile device or restricted features/graceful degradation on a non supporting browser.... Read More »
The post Parse the user agent with ua-parser in php – detect browser, os and device appeared first on BinaryTides.