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(7mo ago)04182[1 issues](https://github.com/sasa1007/isMobileBundle/issues)MITPHPPHP &gt;=8.1

Since Jul 26Pushed 7mo 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 today

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

39

—

LowBetter than 84% of packages

Maintenance64

Regular maintenance activity

Popularity14

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

217d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27061283?v=4)[Sasa Milivojevic](/maintainers/sasa1007)[@sasa1007](https://github.com/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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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