定制 netbull/mobile-detect-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

netbull/mobile-detect-bundle

最新稳定版本:v7.0.2

Composer 安装命令:

composer require netbull/mobile-detect-bundle

包简介

Symfony 4/5/6 bundle for detect mobile devices, managing mobile view types, redirect to mobile version.

README 文档

README

MobileDetectBundle

Code_Checks

Symfony 4/5/6 bundle for detect mobile devices, manage mobile view and redirect to the mobile and tablet version.

http://knpbundles.com/

Introduction

This Bundle use Mobile_Detect class and provides the following features:

  • Detect the various mobile devices by Name, OS, browser User-Agent
  • Manages site views for the various mobile devices (mobile, tablet, full)
  • Redirects to mobile and tablet sites

Installation

  1. Install the latest version via composer:

    composer require netbull/mobile-detect-bundle --dev
  2. If you don't use Symfony Flex, you must enable the bundle manually in the application:

    // config/bundles.php
    // in older Symfony apps, enable the bundle in app/AppKernel.php
    return [
    // ...
    SunCat\MobileDetectBundle\MobileDetectBundle::class => ['dev' => true],
    ];

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the Documentation for master

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Credits

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-12-05