电阻/设备

简易移动检测器

1.0.2 2022-03-22 08:25 UTC

This package is auto-updated.

Last update: 2024-09-03 16:10:40 UTC


README

为Symfony+Twig提供简易移动检测器

基于Fat Free FrameworkAudit类

安装

composer require resist/device

用法:作为注入服务使用。

注册可选的Twig is_mobile() 函数作为扩展

# config/service.yaml

resist\Device\Device:
resist\Device\TwigDevice:
        tags: [ 'twig.extension' ]