PHPackages                             pedroresende/bootstrapbundle - 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. [Framework](/categories/framework)
4. /
5. pedroresende/bootstrapbundle

ActiveLibrary[Framework](/categories/framework)

pedroresende/bootstrapbundle
============================

Twitter Boostrap for Symfony 2

v3.3.4(11y ago)2242MITHTMLPHP &gt;=5.3.3

Since Feb 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pedroresende/BootstrapBundle)[ Packagist](https://packagist.org/packages/pedroresende/bootstrapbundle)[ RSS](/packages/pedroresende-bootstrapbundle/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Bootstrap Bundle
----------------

[](#bootstrap-bundle)

### Install

[](#install)

To install this bundle, please run

```
$ composer require "pedroresende/bootstrapbundle"

```

Then run

```
$ composer update

```

Add to AppKernel.php

```
new PedroResende\BootstrapBundle\BootstrapBundle(),

```

Finally to routing.yml file

```
bootstrap_public:
    resource: "@BootstrapBundle/Resources/config/routing.yml"
    prefix:   /bootstrap_bundle

```

Install assets

```
$ php app/console assets:install --symlink

```

Assetic dump

```
$ php app/console assetic:dump

```

To use in your templates

#### CSS

[](#css)

```

{% stylesheets output='css/bootstrap.min.css'
    '@bootstrap_css' filter='cssrewrite' %}

{% endstylesheets %}

```

#### JS

[](#js)

```

{% javascripts output='js/bootstrap.min.js'
    '@bootstrap_js'
%}

{% endjavascripts %}

```

You can always simply extend the existing template by using

```
{% extends 'BootstrapBundle::layout.html.twig' %}

{% block body %}

        {% block container %}{% endblock %}

{% endblock %}

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~91 days

Total

2

Last Release

4062d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbacf974b098278e1814e7311fd0c4eb1f3dac51fad7499a9e656b3f053c4b37?d=identicon)[pedroresende](/maintainers/pedroresende)

---

Top Contributors

[![pedroresende](https://avatars.githubusercontent.com/u/951377?v=4)](https://github.com/pedroresende "pedroresende (12 commits)")

---

Tags

Twitter Bootstrap 3 Symfony2

### Embed Badge

![Health badge](/badges/pedroresende-bootstrapbundle/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M300](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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