cbschuld / Browser.php

A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
https://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/
MIT License
580 stars 303 forks source link

Support for Pale Moon (based on Mozilla Firefox) #70

Closed juozaspo closed 5 years ago

juozaspo commented 5 years ago

There's an Open Source project called Pale Moon which primary is based earlier versions of Mozilla Firefox, now independly developed over time. Project home page: https://www.palemoon.org/

The browser mainly available on Windows & Linux platforms, other platforms are still developed. Linux UA (Pale Moon 28.5.0): Mozilla/5.0 (X11; Linux x86_64; rv:60.9) Gecko/20100101 Goanna/4.2 Firefox/60.9 PaleMoon/28.5.0

cbschuld commented 5 years ago

@juozaspo - this is coming soon; should have a PR later today or tomorrow morning.

cbschuld commented 5 years ago

available in 1.9.3 - closing! thx @juozaspo