PHPackages                             rwoverdijk/sxbootstrap - 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. rwoverdijk/sxbootstrap

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

rwoverdijk/sxbootstrap
======================

A twitter bootstrap module for ZF2 (zend framework 2) based on rwoverdijk/assetmanager

2.2.0(12y ago)3031111[4 issues](https://github.com/SpoonX/SxBootstrap/issues)BSD-2-ClausePHPPHP &gt;=5.3.3

Since Oct 22Pushed 12y ago5 watchersCompare

[ Source](https://github.com/SpoonX/SxBootstrap)[ Packagist](https://packagist.org/packages/rwoverdijk/sxbootstrap)[ Docs](https://github.com/SpoonX/SxBootstrap)[ RSS](/packages/rwoverdijk-sxbootstrap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (30)Used By (0)

SxBootstrap
===========

[](#sxbootstrap)

This module supplies view helpers to make it easy to work with twitter bootstrap. Optionally, this module also allows you to build, cache, modify and extend twitter bootstrap using the [AssetManager module](http://github.com/RWOverdijk/AssetManager).

### Note:

[](#note)

Support for bootstrap 3.0 is under active development. You can help and test by checking out the 3.0.0 branch.

Installation ViewHelpers
------------------------

[](#installation-viewhelpers)

### How?

[](#how)

**Add the requirement to your composer.json file**

```
./composer.phar require spoonx/sxbootstrap
# When asked for a version, type: "2.*"
```

Installation [Font Awesome](http://fontawesome.io/)
---------------------------------------------------

[](#installation-font-awesome)

### How?

[](#how-1)

1. Add the dependency to your composer.json file:

    ```
    ./composer.phar require fortawesome/font-awesome
    # When asked for a version, type: "3.*"
    ```
2. Enable the use of [Font Awesome](http://fontawesome.io/) by adding the following in `config/autoload/sxbootstrap.local.php`:

    ```
