skpd / bootstrap
Bootstrap 3 integration for ZF2
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Language:CSS
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.2.*
Suggests
- twbs/bootstrap: Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
This package is not auto-updated.
Last update: 2025-03-10 17:12:52 UTC
README
Introduction
Skpd\Bootstrap is a module for Zend Framework 2, for easy integration of the Twitter Bootstrap v3.*.
Demonstration
Example files located at examples directory. You can run it with PHP built-in server:
php -S 127.0.0.1:8080 -t vendor/skpd/bootstrap/examples/
Requirements
- Zend Framework 2 (2.2.*)
- Twitter Bootstrap (v3.*)
Installation
With composer
-
Add this project in your composer.json:
"require": { "skpd/bootstrap": "dev-master" }
Post installation
-
Enable it in your
application.config.php
file.return array( 'modules' => array( 'Skpd\Bootstrap', // ... ), );
Roadmap
- Default elements
- Form Types (inline, horizontal, default)
- Help blocks
- Alerts with the Flash Messenger plugin