PHPackages                             paella/twitter-bootstrap-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. paella/twitter-bootstrap-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

paella/twitter-bootstrap-bundle
===============================

(yet another) bundle to easily integrate twitter bootstrap css/js libraries. It is based on the phiamo/MopaBootstrapBundle (but meant to be simpler)

225JavaScript

Since Mar 26Pushed 13y agoCompare

[ Source](https://github.com/Paella/TwitterBootstrapBundle)[ Packagist](https://packagist.org/packages/paella/twitter-bootstrap-bundle)[ RSS](/packages/paella-twitter-bootstrap-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

TwitterBootsrapBundle
=====================

[](#twitterbootsrapbundle)

This bundle provides the assets from the twitter bootstrap and the twig theme for forms using the twitter bootstrap.

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

[](#installation)

Include this repository in your `app/deps` file:

```
[PaellaTwitterBootstrapBundle]
    git=http://github.com/Paella/TwitterBootstrapBundle.git
    target=/bundles/Paella/Bundle/TwitterBootstrapBundle
```

Register the Namespace in the `app/autoload.php` file :

```
$loader->registerNamespaces(array(
    'Paella'        => __DIR__.'/../vendor/bundles',
));
```

Register the bundle in `app/AppKernel.php`

```
    public function registerBundles() {
        $bundles = array(
            new Paella\TwitterBootstrapBundle\PaellaTwitterBootstrapBundle(),
        );
```

Usage
-----

[](#usage)

Publish the assets of your application :

`php app/console assets:install`

Add the assets in you template (available version 1.4.0, 2.0.0, 2.0.2) :

```
{% block stylesheets %}

{% endblock %}

{% block javascripts %}

{% endblock %}
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 59.1% 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://avatars.githubusercontent.com/u/53676?v=4)[Kevin Saliou](/maintainers/kbsali)[@kbsali](https://github.com/kbsali)

---

Top Contributors

[![kbsali](https://avatars.githubusercontent.com/u/53676?v=4)](https://github.com/kbsali "kbsali (13 commits)")[![guilleferrer](https://avatars.githubusercontent.com/u/990622?v=4)](https://github.com/guilleferrer "guilleferrer (9 commits)")

### Embed Badge

![Health badge](/badges/paella-twitter-bootstrap-bundle/health.svg)

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

###  Alternatives

[jonthornton/jquery-timepicker

A javascript timepicker plugin for jQuery inspired by Google Calendar.

1.9k41.5k1](/packages/jonthornton-jquery-timepicker)[splitsoftware/split-sdk-php

Split SDK for PHP

161.4M2](/packages/splitsoftware-split-sdk-php)[bayfrontmedia/php-array-helpers

Helper class to provide useful array functions.

1414.6k26](/packages/bayfrontmedia-php-array-helpers)

PHPackages © 2026

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