2017 © Pedro Peláez
 

library php-ie-detector

Parses a user agent string to detect Internet Explorer

image

webignition/php-ie-detector

Parses a user agent string to detect Internet Explorer

  • Thursday, April 19, 2018
  • by webignition
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,495 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 75 % Grown

The README.md

php-ie-detector

Parses a user agent string to detect Internet Explorer., (*1)

A bare-bones minimal way of detecting IE6, IE7 or IE8., (*2)

Usage

<?php

use webignition\IEDetector\IEDetector;

$ie6UserAgent = 'Mozilla/4.0 (MSIE 6.0; Windows NT 5.0)';

if (UserAgentDetector::isIE6()) {
    // ...
}

The Versions

19/04 2018

dev-master

9999999-dev https://github.com/webignition/php-ie-detector

Parses a user agent string to detect Internet Explorer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Jon Cram

detector user-agent ie internet explorer

19/04 2018

0.2

0.2.0.0 https://github.com/webignition/php-ie-detector

Parses a user agent string to detect Internet Explorer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Jon Cram

detector user-agent ie internet explorer

19/04 2018

dev-detect-ie-9

dev-detect-ie-9 https://github.com/webignition/php-ie-detector

Parses a user agent string to detect Internet Explorer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Jon Cram

detector user-agent ie internet explorer

21/02 2018

0.1

0.1.0.0 https://github.com/webignition/php-ie-detector

Parses a user agent string to detect Internet Explorer

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by Jon Cram

detector user-agent ie internet explorer