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

Update demonstration website #73

Closed peter279k closed 5 years ago

peter279k commented 5 years ago

As title, it seems that the http://localhost:3000/projects/browser-php-detecting-a-users-browser-from-php/ demonstration site should be updated.

It should have a global website on the Internet to be visible for everyone.

I can support this domain and demonstration website if @cbschuld wants to do this :).

cbschuld commented 5 years ago

@peter279k - thanks, I updated the location

I am going to updating the site more in the coming days as well

Thanks, Chris