Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilime/zf2-twb-bundle
Zend Framework module for easy integration of Twitter Bootstrap
https://github.com/neilime/zf2-twb-bundle
twitter-bootstrap zend-framework
Last synced: about 2 months ago
JSON representation
Zend Framework module for easy integration of Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/neilime/zf2-twb-bundle
- Owner: neilime
- License: mit
- Archived: true
- Created: 2013-02-05T15:00:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T01:14:51.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T21:49:58.793Z (2 months ago)
- Topics: twitter-bootstrap, zend-framework
- Language: HTML
- Homepage: http://neilime.github.io/zf2-twb-bundle/
- Size: 3.07 MB
- Stars: 143
- Watchers: 19
- Forks: 94
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-zf - zf2-twb-bundle - Zend Framework 2 module for easy integration of Twitter Bootstrap. (Uncategorized / Uncategorized)
README
# TwbBundle - Zend Framework module
__TwbBundle__ is a Zend Framework module for easy integration of the [Twitter Bootstrap v3](https://getbootstrap.com/docs/3.4/).
[![License](https://img.shields.io/github/license/neilime/zf2-twb-bundle)](https://github.com/neilime/zf2-twb-bundle/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/neilime/zf2-twb-bundle.svg?branch=master)](https://travis-ci.org/neilime/zf2-twb-bundle)
[![Coverage Status](https://coveralls.io/repos/github/neilime/zf2-twb-bundle/badge.svg)](https://coveralls.io/github/neilime/zf2-twb-bundle)
[![Latest Stable Version](https://poser.pugx.org/neilime/zf2-twb-bundle/v/stable.png)](https://packagist.org/packages/neilime/zf2-twb-bundle)
[![Total Downloads](https://poser.pugx.org/neilime/zf2-twb-bundle/downloads.png)](https://packagist.org/packages/neilime/zf2-twb-bundle)
[![Sponsor](https://img.shields.io/badge/%E2%9D%A4-Sponsor-ff69b4)](https://github.com/sponsors/neilime)****
__⚠️ For Boostrap 4+, please use [zf-twbs-helper-module](https://github.com/neilime/zf-twbs-helper-module) ⚠️__
****
# Helping Project
❤️ If this project helps you reduce time to develop and/or you want to help the maintainer of this project. You can [sponsor](https://github.com/sponsors/neilime) him. Thank you !
# Contributing
👍 If you wish to contribute to TwbsHelper, PRs are welcome! Please read the [https://github.com/neilime/zf2-twb-bundle/blob/master/CONTRIBUTING.md](CONTRIBUTING.md) file.
# Demonstration / example
Render forms, buttons, alerts with TwbBundle : see it in action [on-line](http://neilime.github.io/zf2-twb-bundle/demo.html).
# Requirements
Name | Version
-----|--------
[php](https://secure.php.net/) | >=5.3.3
[zendframework/zend-config](https://github.com/zendframework/zend-config) | 2.3.9
[zendframework/zend-escaper](https://github.com/zendframework/zend-escaper) | 2.3.9
[zendframework/zend-form](https://github.com/zendframework/zend-form) | 2.3.9
[zendframework/zend-i18n](https://github.com/zendframework/zend-i18n) | 2.3.9
[zendframework/zend-loader](https://github.com/zendframework/zend-loader) | 2.3.9
[zendframework/zend-log](https://github.com/zendframework/zend-log) | 2.3.9
[zendframework/zend-modulemanager](https://github.com/zendframework/zend-modulemanager) | 2.3.9
[zendframework/zend-mvc](https://github.com/zendframework/zend-mvc) | 2.3.9
[zendframework/zend-serializer](https://github.com/zendframework/zend-serializer) | 2.3.9
[zendframework/zend-servicemanager](https://github.com/zendframework/zend-servicemanager) | 2.3.9
[zendframework/zend-stdlib](https://github.com/zendframework/zend-stdlib) | 2.3.9
[zendframework/zend-view](https://github.com/zendframework/zend-view) | 2.3.9# Documentation
1. [Installation](https://github.com/neilime/zf2-twb-bundle/wiki/1.-Installation)
2. [View Helpers](https://github.com/neilime/zf2-twb-bundle/wiki/2.-View-Helpers)
3. [Elements](https://github.com/neilime/zf2-twb-bundle/wiki/3.-Elements)
4. [Global Options](https://github.com/neilime/zf2-twb-bundle/wiki/4.-Global-Options)