Skip to content

bulgac/yii2-mobile-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MobileDetect Yii2 Extension

This Extension based on Mobile_Detect class writed by Serban Ghita and Victor Stanciu

Install

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ustmaestro/yii2-mobile-detect "dev-master"

or add

"ustmaestro/yii2-mobiledetect": "dev-master"

to the require section of your composer.json file.

Add your component inside the config/web.php file eg:

'components' => [
    ...

    'mobileDetect' => [
        'class' => 'ustmaestro\mobiledetect\MobileDetect'
    ],
    
    ...
];

Usage

  $detect = Yii::$app->mobileDetect;
  // call methods
  $detect->isMobile();
  $detect->isTablet();
  $detect->isIphone();
  ...

About

MobileDetect Yii2 Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages