PHPackages                             nmariani/bootstrapp-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. [Templating &amp; Views](/categories/templating)
4. /
5. nmariani/bootstrapp-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

nmariani/bootstrapp-bundle
==========================

Bootstrap your Symfony2 application with ease.

4.0.1(8y ago)1969MITJavaScriptPHP &gt;=5.4.0

Since Jun 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/nmariani/bootstrapp-bundle)[ Packagist](https://packagist.org/packages/nmariani/bootstrapp-bundle)[ RSS](/packages/nmariani-bootstrapp-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

BootstrappBundle
================

[](#bootstrappbundle)

**WARNING : THIS BUNDLE IS STILL IN EARLY STAGE OF DEVELOPMENT. YOU CAN USE IT AS IS BUT I ENCOURAGE YOU TO WAIT UNTIL IT IS FINALIZED!**

What is BootstrappBundle?
-------------------------

[](#what-is-bootstrappbundle)

BootstrappBundle is the best way to start building a [Symfony2](http://www.symfony.com) app with a nice UI including :

- latest [Twitter Bootstrap assets](http://twitter.github.com/bootstrap/)
- additional icons : [Entypo](http://github.com/danielbruce/entypo), [Font Awesome](http://github.com/FortAwesome/Font-Awesome)
- [TwitterCldr](http://github.com/twitter/twitter-cldr-js) for Unicode's Common Locale Data Repository (CLDR) use in Javascript
- date, time and datetime pickers integration with CLDR Date and time formatting
    - [jdewit Timepicker for Twitter Bootstrap](http://github.com/jdewit/bootstrap-timepicker)
    - [eternicode fork of Stefan Petre's Datepicker for Bootstrap](http://github.com/eternicode/bootstrap-datepicker)
    - [vitalets fork of Stefan Petre's Datepicker for Bootstrap](http://github.com/vitalets/bootstrap-datepicker)
    - [acidb Mobiscroll](http://github.com/acidb/mobiscroll)
    - [jQuery UI](http://github.com/jquery/jquery-ui) with [jQuery UI Bootstrap](http://github.com/addyosmani/jquery-ui-bootstrap)
    - [amsul pickadate.js ](http://github.com/amsul/pickadate.js)
- text editors
    - [dybskiy redactor-js ](http://github.com/dybskiy/redactor-js)

Requirements
------------

[](#requirements)

Symfony2.1 on PHP 5.3.3 required.

Documentation
-------------

[](#documentation)

The bulk of the documentation is stored in the `Resources/doc/index.md` file in this bundle.

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

[](#installation)

BootstrappBundle is available via packagist. Installing this bundle is simple as adding the few lines below.

Add dependency in you composer.json file to grab Bootstrapp as a vendor.

```
{
    "require": {
        "nmariani/bootstrapp-bundle": "dev-master"
    }
}

```

Then, use composer to install BootstrappBundle and its dependencies :

```
php composer.phar install

```

Import Bootstrapp internal routing in your routing.yml file.

```
bootstrapp:
  resource: "@BootstrappBundle/Resources/config/routing.yml"

```

Demo
----

[](#demo)

You can import Bootstrapp demo routes in your routing\_dev.yml

```
bootstrapp:
  resource: "@BootstrappBundle/Resources/config/routing_dev.yml"
  prefix:   /{_locale}/bootstrapp

```

Then you can visit /bootstrapp/demo url to access demo page.

Contribute
----------

[](#contribute)

If you want to contribute your code please be sure that your PR's are valid to Symfony2.1 Coding Standards. You can automatically fix your code for that with [PHP-CS-Fixer](http://cs.sensiolabs.org) tool.

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3207d ago

Major Versions

1.0.0 → 3.0.02014-07-08

3.0.0 → 4.0.12017-08-06

PHP version history (2 changes)1.0.0PHP &gt;=5.3.3

4.0.1PHP &gt;=5.4.0

### Community

Maintainers

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

---

Top Contributors

[![nmariani](https://avatars.githubusercontent.com/u/434190?v=4)](https://github.com/nmariani "nmariani (372 commits)")

---

Tags

bundleSymfony2templateradtwitter bootstrapbootstrappkick startkickstartkick offkickoff

### Embed Badge

![Health badge](/badges/nmariani-bootstrapp-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nmariani-bootstrapp-bundle/health.svg)](https://phpackages.com/packages/nmariani-bootstrapp-bundle)
```

###  Alternatives

[lexik/currency-bundle

This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.

63234.9k1](/packages/lexik-currency-bundle)

PHPackages © 2026

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