PHPackages                             alejandro-fiore/zf2-twb-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. alejandro-fiore/zf2-twb-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alejandro-fiore/zf2-twb-bundle
==============================

Zend Framework 2 module for easy integration of Twitter Bootstrap

2.5.0(9y ago)056MITHTMLPHP &gt;=5.3.2

Since May 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/alejandro-fiore/zf2-twb-bundle)[ Packagist](https://packagist.org/packages/alejandro-fiore/zf2-twb-bundle)[ Docs](http://neilime.github.io/zf2-twb-bundle/)[ RSS](/packages/alejandro-fiore-zf2-twb-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (14)Versions (11)Used By (0)

TwbBundle, v2.0
===============

[](#twbbundle-v20)

(Supports Twitter Bootstrap v3.\*)

[![Build Status](https://camo.githubusercontent.com/82813882c2ffff18ccd07c8523930aa271613987130bd4630562e4e674466afb/68747470733a2f2f7472617669732d63692e6f72672f6e65696c696d652f7a66322d7477622d62756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/neilime/zf2-twb-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/b9b4facbb0249fe6c3855b6a75f502fbb116bcd20444e70d6a08a0e7f1f275a6/68747470733a2f2f706f7365722e707567782e6f72672f6e65696c696d652f7a66322d7477622d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/neilime/zf2-twb-bundle)[![Total Downloads](https://camo.githubusercontent.com/680c3c74a644507b66003e558d5162f24d9faf79fabdc7b8fd5b061aa1ef5d9d/68747470733a2f2f706f7365722e707567782e6f72672f6e65696c696d652f7a66322d7477622d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/neilime/zf2-twb-bundle)[![Dependency Status](https://camo.githubusercontent.com/9dda1cc8a0b1f68e19bf2d0f1ebfd2941c69168e39b87020ffade1ed4e553966/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532393466613964363332626163356136373030303034362f62616467652e706e67)](https://www.versioneye.com/user/projects/5294fa9d632bac5a67000046)

NOTE : If you want to contribute don't hesitate, I'll review any PR.

[![Support the project](https://camo.githubusercontent.com/13afd04a807ebdf10cd8633d724ebb082799b590785969d1ee765642c7c2b8ec/68747470733a2f2f706c65646769652e636f6d2f63616d706169676e732f32363636372e706e673f736b696e5f6e616d653d6368726f6d65)](https://pledgie.com/campaigns/26667)

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

[](#introduction)

**TwbBundle** is a module for Zend Framework 2, for easy integration of the [Twitter Bootstrap v3.\*](https://github.com/twbs/bootstrap).

Contributing
------------

[](#contributing)

If you wish to contribute to TwbBundle, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.

Demonstration / example
-----------------------

[](#demonstration--example)

Render forms, buttons, alerts with TwbBundle : see it in action [on-line](http://neilime.github.io/zf2-twb-bundle/demo.html).

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (2.\*)
- [Twitter Bootstrap](https://github.com/twbs/bootstrap) (v3.\*)

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project (manual)

[](#by-cloning-project-manual)

1. Clone this project into your `./vendor/` directory.
2. (Optionnal) Clone the [Twitter bootstrap project](https://github.com/twbs/bootstrap) (v3.\*) into your `./vendor/` directory.

#### With composer (the faster way)

[](#with-composer-the-faster-way)

1. Add this project in your composer.json:

    ```
    "require": {
        "neilime/zf2-twb-bundle": "2.*@stable"
    }
    ```
2. Now tell composer to download **TwbBundle** by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php` file.

    ```
