PHPackages                             raindrop/mobiledetect-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. raindrop/mobiledetect-bundle

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

raindrop/mobiledetect-bundle
============================

Symfony Raindrop Mobile Detect Bundle

2991PHP

Since Oct 24Pushed 12y ago2 watchersCompare

[ Source](https://github.com/raindropdevs/RaindropMobileDetectBundle)[ Packagist](https://packagist.org/packages/raindrop/mobiledetect-bundle)[ RSS](/packages/raindrop-mobiledetect-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Raindrop Mobile Detect Bundle
=============================

[](#raindrop-mobile-detect-bundle)

[![Build Status](https://camo.githubusercontent.com/c4377d505642c9f3a5b9c21d16bfe48d93c57f143cd5fa37c4efdfbd10e05942/68747470733a2f2f7472617669732d63692e6f72672f7261696e64726f70646576732f5261696e64726f704d6f62696c6544657465637442756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/raindropdevs/RaindropMobileDetectBundle)

This bundle adds support for detect mobile devices. It uses the lightweight PHP class [Mobile\_Detect](https://github.com/serbanghita/Mobile-Detect).

### **INSTALLATION**:

[](#installation)

First add the dependency to your composer.json` file:

```
"require": {
    ...
    "raindrop/mobiledetect-bundle": "dev-master"
},

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
