PHPackages                             manuscle/sxbootstrap2 - 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. manuscle/sxbootstrap2

AbandonedArchivedLibrary

manuscle/sxbootstrap2
=====================

A twitter bootstrap module for ZF2 &amp; TWBS 2.3.2 based on spoonx/SxBootstrap

012PHP

Since Jan 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/e-belair/SxBootstrap2)[ Packagist](https://packagist.org/packages/manuscle/sxbootstrap2)[ RSS](/packages/manuscle-sxbootstrap2/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

This is a copy of SxBootstrap from

Changes made on this repos:
---------------------------

[](#changes-made-on-this-repos)

No change at the moment

SxBootstrap2
============

[](#sxbootstrap2)

This version has revisited the Form implementation, and is now easier to use than ever!

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).

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`:

    ```
