PHP Classes
elePHPant
Icontem

UA String Parser: Parse browser user agent to extract their values

Recommend this page to a friend!
  Info   View files Documentation   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2019-02-04 (2 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 43 All time: 9,503 This week: 447Up
Version License PHP version Categories
ua-string-parser 1.0Custom (specified...5HTTP, PHP 5, Parsers
Description Author

This class can parse browser user agent to extract their values.

  Performance   Level  
Innovation award
Innovation award
Nominee: 23x

Winner: 2x

Details

User Agent Parser

Downloads License If this project has business value for you then don't hesitate to support me with a small donation.

Parses UA strings of modern browsers.

Usage

use peterkahl\UAP\UAP;

$tmp = UAP::Parse('Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Some loose text is here Chrome/67.0.3396.10 Safari/537.36');

var_dump($tmp);

/*
array(9) {
  ["UAP_OS_NAME"]=>
  string(5) "macOS"
  ["UAP_OS_VERSION"]=>
  string(7) "10.13.4"
  ["UAP_OS_LINUX"]=>
  bool(false)
  ["UAP_BR_NAME"]=>
  string(6) "Chrome"
  ["UAP_BR_VERSION"]=>
  string(12) "67.0.3396.10"
  ["UAP_HW_TYPE"]=>
  string(7) "desktop"
  ["UAP_HW_NAME"]=>
  string(9) "Macintosh"
  ["UAP_HW_BRAND"]=>
  string(5) "Apple"
  ["UAP_APPLE_BUILD"]=>
  string(0) ""
}

*/

  Files folder image Files  
File Role Description
Files folder imagesrc (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:43
This week:0
All time:9,503
This week:447Up