PHPackages                             teckhouse/mdetect-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. teckhouse/mdetect-bundle

ActiveSymfony-bundle

teckhouse/mdetect-bundle
========================

Mobile device detector bundle for Symfony2 (MDetect Wrapper)

0208PHP

Since Oct 3Pushed 12y ago2 watchersCompare

[ Source](https://github.com/TeckHouse/MDetectBundle)[ Packagist](https://packagist.org/packages/teckhouse/mdetect-bundle)[ RSS](/packages/teckhouse-mdetect-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

Add TeckHouseMDetectBundle in your composer.json:
-------------------------------------------------

[](#add-teckhousemdetectbundle-in-your-composerjson)

```
{
    "require": {
        "teckhouse/mdetect-bundle": "dev-master"
    }
}

```

Install the bundle with composer:
---------------------------------

[](#install-the-bundle-with-composer)

```
$ php composer.phar update teckhouse/mdetect-bundle

```

Enable the bundle
-----------------

[](#enable-the-bundle)

```
