Download the PHP package unk/ie-checker without Composer
On this page you can find all versions of the php package unk/ie-checker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unk/ie-checker
More information about unk/ie-checker
Files in unk/ie-checker
Download unk/ie-checker
More information about unk/ie-checker
Files in unk/ie-checker
Vendor unk
Package ie-checker
Short Description Internet Explorer version check via PHP
License MIT
Homepage https://github.com/Unk/IE-Checker-PHP
Package ie-checker
Short Description Internet Explorer version check via PHP
License MIT
Homepage https://github.com/Unk/IE-Checker-PHP
Please rate this library. Is it a good library?
Informations about the package ie-checker
IE-Checker for PHP
Internet Explorer version check via PHP
Download file or Install via composer
composer require unk/ie-checker
If you don't use composer, require php file yourself.
require_once( 'IEChecker.php' );
Sample code:
use Unk\IEChecker;
$checker = new IEChecker();
$checker->isIE; // true or false
$checker->version; // integer. if browser is not IE, return -1
If you need html class names, use getClass() method.
<html class="">
<!--
render example :
<html class="is-ie ie-9 lt-ie10 lt-ie11">
-->
All versions of ie-checker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package unk/ie-checker contains the following files
Loading the files please wait ....