承接 gulltour/mobiledetector 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gulltour/mobiledetector

Composer 安装命令:

composer require gulltour/mobiledetector

包简介

Yii2 extension for Mobile-Detect library

README 文档

README

Yii2 extension for Mobile-Detect library Mobile detector

Detect type of device by information from request.

Notes

This extension based on mobiledetect project http://mobiledetect.net/.

See [here] (http://demo.mobiledetect.net/) for more documentation and examples.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist gulltour/mobiledetector "*"

or add

"gulltour/mobiledetector": "*"

to the require section of your composer.json file.

Usage

Update config file config/web.php or common/main.php:

return [
    ...
    'components' => [
        'mobiledetect' => [
            'class' => 'gulltour\mobiledetect\MobileDetect',
        ],
    ],
    ...
];

Set event handler for detect type of device before run Application

// path/to/web/index.php
$application = new yii\web\Application($config);

Yii::$app->on(\yii\base\Application::EVENT_BEFORE_REQUEST,function($event){
    Yii::$app->params['detect'] = [
        'isMobile' => Yii::$app->mobiledetect->isMobile(),
        'isTablet' => Yii::$app->mobiledetect->isTablet(),
    ];
});

$application->run();

统计信息

  • 总下载量: 71
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2017-03-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固