tattali/mobile-detect-bundle
Composer 安装命令:
composer require tattali/mobile-detect-bundle
包简介
Symfony 5.x-7.x bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
关键字:
README 文档
README
MobileDetectBundle
Symfony 5.4.x-7.0 bundle to detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
This bundle is a fork of suncat2000/MobileDetectBundle. As this project doesn't look maintained anymore, we decided to create & maintain a fork. For more information read our manifest.
Introduction
This Bundle use MobileDetect 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,desktop) -
Redirects to mobile and tablet sites
Documentation
Installation
composer require tattali/mobile-detect-bundle
Install with Symfony legacy versions: here
Usage
Checking device
use Detection\MobileDetect; public function someaction(MobileDetect $mobileDetector) { $mobileDetector->isMobile(); $mobileDetector->isTablet(); $mobileDetector->is('iPhone'); }
With Twig
{% if is_mobile() %}
{% if is_tablet() %}
{% if is_device('iPhone') %} # magic methods is[...]
Available User-Agents (uaMatch) with the php is() and twig is_device() here
Switch device view
For switch device view, use device_view GET parameter:
https://localhost:8000?device_view={desktop/mobile/tablet}
Going further
Contribute and feedback
Any feedback and contribution will be very appreciated.
License and credits
This bundle is under the MIT license. See the complete license in the bundle
Original authors: suncat2000, HenriVesala, netmikey and all contributors
tattali/mobile-detect-bundle 适用场景与选型建议
tattali/mobile-detect-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.15M 次下载、GitHub Stars 达 38, 最近一次更新时间为 2020 年 03 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「symfony」 「mobile detect」 「mobile view managing」 「device detect」 「mobiledetect」 「device detector」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 tattali/mobile-detect-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tattali/mobile-detect-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 tattali/mobile-detect-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Beyonic PHP Library
A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language
The bundle for easy using json-rpc api on your project
The skeleton application for NativePHP for Mobile.
Bundle Symfony DaplosBundle
PHP SDK for Mobile Message SMS API
统计信息
- 总下载量: 1.15M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 38
- 点击次数: 28
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-25

