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 4w ago

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

4521d 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

[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.8k288.4k1](/packages/wenzhixin-bootstrap-table)[vakata/jstree

jsTree is jquery plugin, that provides interactive trees.

5.2k1.8M11](/packages/vakata-jstree)[nicolaskruchten/pivottable

Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.

4.4k223.4k1](/packages/nicolaskruchten-pivottable)[components/jqueryui

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

1775.9M61](/packages/components-jqueryui)[datatables.net/datatables.net

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is jQuery DataTables

59174.2k53](/packages/datatablesnet-datatablesnet)[mapbender/mapbender

Mapbender library

10418.5k8](/packages/mapbender-mapbender)

PHPackages © 2026

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