PHPackages                             skpd/bootstrap - 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. skpd/bootstrap

ActiveLibrary

skpd/bootstrap
==============

Bootstrap 3 integration for ZF2

2281CSS

Since Oct 9Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Skpd/Bootstrap)[ Packagist](https://packagist.org/packages/skpd/bootstrap)[ RSS](/packages/skpd-bootstrap/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Skpd\\Bootstrap, v0.1
=====================

[](#skpdbootstrap-v01)

[![Latest Stable Version](https://camo.githubusercontent.com/bde78d6e9ca172abb9df9c446d8f306f2a2a6b0e8c1027ea917690f059256aef/68747470733a2f2f706f7365722e707567782e6f72672f536b70642f426f6f7473747261702f762f737461626c652e706e67)](https://packagist.org/packages/Skpd/Bootstrap)[![Total Downloads](https://camo.githubusercontent.com/a2108df2e36689d43b45507f25305ae02ecd406121ac592eb7c7cd8647036697/68747470733a2f2f706f7365722e707567782e6f72672f536b70642f426f6f7473747261702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/Skpd/Bootstrap)

Introduction
------------

[](#introduction)

**Skpd\\Bootstrap** is a module for Zend Framework 2, for easy integration of the [Twitter Bootstrap v3.\*](https://github.com/twbs/bootstrap).

Demonstration
-------------

[](#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
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (2.2.\*)
- [Twitter Bootstrap](https://github.com/twbs/bootstrap) (v3.\*)

Installation
------------

[](#installation)

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "skpd/bootstrap": "dev-master"
    }
    ```

#### Post installation

[](#post-installation)

1. Enable it in your `application.config.php` file.

    ```
    return array(
        'modules' => array(
            'Skpd\Bootstrap',
            // ...
        ),
    );
    ```

#### Roadmap

[](#roadmap)

- Default elements
- Form Types (inline, horizontal, default)
- Help blocks
- Alerts with the *Flash Messenger* plugin

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4cff3177be011abcfc895d498783fb4b6815b7f57232aa3ff4ed683a4cee0736?d=identicon)[Skpd](/maintainers/Skpd)

---

Top Contributors

[![Skpd](https://avatars.githubusercontent.com/u/1757273?v=4)](https://github.com/Skpd "Skpd (21 commits)")

### Embed Badge

![Health badge](/badges/skpd-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/skpd-bootstrap/health.svg)](https://phpackages.com/packages/skpd-bootstrap)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
