2017 © Pedro Peláez
 

library useragentanalyzer

The browser/OS or robot detection by user agent.

image

miovisman/useragentanalyzer

The browser/OS or robot detection by user agent.

  • Thursday, June 21, 2018
  • by MioVisman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 900 % Grown

The README.md

UserAgentAnalyzer

MIT licensed, (*1)

The browser/OS or robot detection by user agent., (*2)

Requirements

  • PHP 5.6.0+

Installation

composer require miovisman/useragentanalyzer, (*3)

Example

``` php $uaa = new UserAgentAnalyzer\UserAgentAnalyzer();, (*4)

$ua = 'Mozilla/5.0 (Linux; Android 6.0.1; SM-T550 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/51.0.2704.81 Safari/537.36 GSA/6.1.28.21.arm'; $result = $uaa->analyse($ua); var_dump($result);, (*5)

array(8) {

["isMobile"]=> bool(true)

["isRobot"]=> bool(false)

["botName"]=> NULL

["botVersion"]=> NULL

["browserName"]=> string(15) "Android WebView"

["browserVersion"]=> string(3) "4.0"

["osName"]=> string(7) "Android"

["osVersion"]=> string(5) "6.0.1"

}

$ua = 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'; $result = $uaa->analyse($ua); var_dump($result);, (*6)

array(8) {

["isMobile"]=> NULL

["isRobot"]=> bool(true)

["botName"]=> string(23) "DuckDuckGo-Favicons-Bot"

["botVersion"]=> string(3) "1.0"

["browserName"]=> NULL

["browserVersion"]=> NULL

["osName"]=> NULL

["osVersion"]=> NULL

}

```, (*7)

License

This project is under MIT license. Please see the license file for details., (*8)

The Versions

21/06 2018

dev-master

9999999-dev https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

21/06 2018

2.0010

2.0010.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

28/02 2018

2.0002

2.0002.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

26/02 2018

2.0000

2.0000.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

16/02 2018

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

16/02 2018

1.0027

1.0027.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

16/02 2018

1.0023

1.0023.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

14/02 2018

1.0007

1.0007.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

12/02 2018

0.5.0.0

0.5.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

12/02 2018

0.4.1.0

0.4.1.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

11/02 2018

0.3.0.0

0.3.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

09/02 2018

0.2.0.0

0.2.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection

06/02 2018

0.1.0.0

0.1.0.0 https://github.com/MioVisman/UserAgentAnalyzer

The browser/OS or robot detection by user agent.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

user agent useragent browser detection os detection robot detection