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)1242MITHTMLPHP &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 1mo ago

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 49% 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

4017d 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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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