Download the PHP package mwillbanks/zfc-twitter-bootstrap without Composer
On this page you can find all versions of the php package mwillbanks/zfc-twitter-bootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mwillbanks/zfc-twitter-bootstrap
More information about mwillbanks/zfc-twitter-bootstrap
Files in mwillbanks/zfc-twitter-bootstrap
Package zfc-twitter-bootstrap
Short Description A module that assists in implementing Twitter Bootstrap for ZF2
License
Homepage https://github.com/mwillbanks/ZfcTwitterBootstrap
Informations about the package zfc-twitter-bootstrap
ZfcTwitterBootstrap
Version 0.2.1 Created by Mike Willbanks
Naming
This module is currently named ZfcTwitterBootstrap since the goal is to ultimately get this into the ZF-Commons area. Once this gets more to a feature complete state, it will be submitted to a vote for ZF-Commons. If the module does not make it, it will be renamed.
Introduction
ZfcTwitterBootstrap is a module that attempts to handle Twitter Bootstrap integration for Zend Framework 2. Out of the box this presently includes view helpers to render forms, alerts, badges and labels. Overall this module will continue to grow out the view helpers to assist in generating many of the items that Twitter Bootstrap contains.
Requirements
- Zend Framework 2 (2.*)
Installation
Your composer.json should include the following:
{
"require": {
"mwillbanks/zfc-twitter-bootstrap": "@dev"
}
}
Enable the module in your application.config.php
file:
Alert Usage
Badge Usage
Close Icon Usage
FlashMessenger Usage
Icon Usage
see Twitter Botstrap Icons for available icons