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

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

cbc/symfony2-bootstrap
======================

Integrates Bootstrap 3.1 with Symfony 2.4

v1.1.0(12y ago)4224MITPHP

Since Nov 12Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Myzaree/Symfony2-Bootstrap3)[ Packagist](https://packagist.org/packages/cbc/symfony2-bootstrap)[ RSS](/packages/cbc-symfony2-bootstrap/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

Symfony2-Bootstrap3
===================

[](#symfony2-bootstrap3)

BootstrapBundle looks to integrate [Bootstrap 3](http://getbootstrap.com/) with a Symfony2 v2.4 project. The base implementation hooks into the twig system, overridding the form templates and base html container to use base Bootstrap 3 styles. The Bundle also includes jQuery 1.10.\* from a CDN with a local fallback.

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

[](#installation)

Add the project to your composer file.

 composer.json ```
{
	"require": {
		"cbc/symfony2-bootstrap": "1.1.*"
	}
}
```

Add the Bootstrap bundle to AppKernal and include the template.

 /app/AppKernel.php ```
new CBC\Bundle\BootstrapBundle\BootstrapBundle()
```

 /app/Resources/views/base.html.twig ```
{% extends 'BootstrapBundle::base.html.twig' %}
```

Defined Blocks
--------------

[](#defined-blocks)

 {% block meta %} Contains base html tags. {% block stylesheets %} Contains base styles for Bootstrap bundle. Implement {{ parent() }} when overriding. {% block title %} Contains the page meta title. {% block nav %} Optional block before the content, outside of the container, but inside the wrap. {% block body %} Wrapper for the container. {% block header %} Adds a header before the content area. {% block content %} Base content area inside the container. {% block footer %} Optional block after the content, outside the container and wrap. {% block javascripts %} Contains base javascript for Bootstrap bundle. Implement {{ parent() }} when overridding.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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 ~69 days

Total

3

Last Release

4427d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36d55c243f5804f199ad7b262ae75b0393385947eb7b50bd06dd6647ef92bcf9?d=identicon)[Cameron Condry](/maintainers/Cameron%20Condry)

---

Top Contributors

[![cameroncondry](https://avatars.githubusercontent.com/u/2709431?v=4)](https://github.com/cameroncondry "cameroncondry (2 commits)")

### Embed Badge

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

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

###  Alternatives

[fullcalendar/fullcalendar

Full-sized drag &amp; drop event calendar

20.4k373.3k4](/packages/fullcalendar-fullcalendar)[eternicode/bootstrap-datepicker

A datepicker for Bootstrap

12.7k543.8k6](/packages/eternicode-bootstrap-datepicker)[vakata/jstree

jsTree is jquery plugin, that provides interactive trees.

5.2k1.8M11](/packages/vakata-jstree)[wenzhixin/bootstrap-table

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)

11.8k283.4k1](/packages/wenzhixin-bootstrap-table)[eonasdan/bootstrap-datetimepicker

Date/time picker widget based on twitter bootstrap

7.2k492.4k9](/packages/eonasdan-bootstrap-datetimepicker)[rmm5t/jquery-timeago

jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").

3.8k174.2k2](/packages/rmm5t-jquery-timeago)

PHPackages © 2026

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