PHPackages                             backend2-plus/is-mobile-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. backend2-plus/is-mobile-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

backend2-plus/is-mobile-bundle
==============================

Check if site is started on Mobile or not

1.1.0(5mo ago)04162[1 issues](https://github.com/sasa1007/isMobileBundle/issues)MITPHPPHP &gt;=8.1

Since Jul 26Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/sasa1007/isMobileBundle)[ Packagist](https://packagist.org/packages/backend2-plus/is-mobile-bundle)[ RSS](/packages/backend2-plus-is-mobile-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (6)Versions (9)Used By (0)

INSTALL:

composer req backend2-plus/is-mobile-bundle

Simple code for detecting device.

USE IN CONTROLLER:

```
use IsMobile\IsMobileBundle\IsMobile;

#[Route('/', name: 'app_home')]
public function index(IsMobile $isMobile): JsonResponse
{

    return $this->json([
        'isMobile' => $isMobile->isMobile()
    ]);
}
```

USE IN TWIG:

config/packages/twig.yaml:

```
globals:
    isMobileHelper: '@IsMobile\IsMobileBundle\IsMobile'

```

and you can use in twig template:

```
{% if isMobileHelper.IsMobile %}

{% endif %}

```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance70

Regular maintenance activity

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~122 days

Recently: every ~182 days

Total

8

Last Release

172d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0875145f1e57998bf8939c94b95f0be2497f307dfb42418a75e8ac90bc7d7ba7?d=identicon)[sasa1007](/maintainers/sasa1007)

---

Top Contributors

[![sasa1007](https://avatars.githubusercontent.com/u/27061283?v=4)](https://github.com/sasa1007 "sasa1007 (19 commits)")[![czechiaa](https://avatars.githubusercontent.com/u/8050302?v=4)](https://github.com/czechiaa "czechiaa (2 commits)")

### Embed Badge

![Health badge](/badges/backend2-plus-is-mobile-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/backend2-plus-is-mobile-bundle/health.svg)](https://phpackages.com/packages/backend2-plus-is-mobile-bundle)
```

###  Alternatives

[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[sineflow/clamav

ClamAV PHP Client for Symfony

10168.5k](/packages/sineflow-clamav)[robole/sulu-ai-translator-bundle

Translate any type of content using DeepL

181.3k](/packages/robole-sulu-ai-translator-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
