PHPackages                             mschindler83/twitter-bootstrap-module - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mschindler83/twitter-bootstrap-module

ActiveLibrary[Templating &amp; Views](/categories/templating)

mschindler83/twitter-bootstrap-module
=====================================

Zend Framework 2 Module that provides Twitter Bootstrap viewhelpers

011PHP

Since Nov 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mschindler83/twitter-bootstrap-module)[ Packagist](https://packagist.org/packages/mschindler83/twitter-bootstrap-module)[ RSS](/packages/mschindler83-twitter-bootstrap-module/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Twitter Bootstrap Viewhelper Module
===================================

[](#twitter-bootstrap-viewhelper-module)

Introduction
------------

[](#introduction)

This is a simple module which encapsulates most of the twitter bootstrap gadgets into viewhelpers

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

[](#installation)

### With composer

[](#with-composer)

1. Add this project and in your composer.json:

    ```
    "require": {
        "mschindler83/twitter-bootstrap-module": "dev-master"
    }
    ```
2. Now tell composer to download TwitterBootstrapModule by running the command:

    ```
    $ php composer.phar update
    ```
3. Enabling it in your `application.config.php`file.

    ```
