PHPackages                             zenstruck/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. zenstruck/mobile-bundle

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

zenstruck/mobile-bundle
=======================

Tools for managing a mobile version of your Symfony2 application

v2.0.1(12y ago)1433.1kMIT

Since Aug 23Compare

[ Source](https://github.com/kbond/ZenstruckMobileBundle)[ Packagist](https://packagist.org/packages/zenstruck/mobile-bundle)[ Docs](http://zenstruck.com/project/ZenstruckMobileBundle)[ RSS](/packages/zenstruck-mobile-bundle/feed)WikiDiscussions Synced today

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

ZenstruckMobileBundle
=====================

[](#zenstruckmobilebundle)

Adds various tools to help with mobile development in Symfony2.

Installation
------------

[](#installation)

1. Add the following lines in your `deps` file:

    ```
     [ZenstruckMobileBundle]
         git=git://github.com/kbond/ZenstruckMobileBundle.git
         target=bundles/Zenstruck/Bundle/MobileBundle

    ```
2. Add the `Zenstruck` namespace to your autoloader:

    ```
