PHPackages                             bravesheep/bootstrapify-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. [Admin Panels](/categories/admin)
4. /
5. bravesheep/bootstrapify-bundle

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

bravesheep/bootstrapify-bundle
==============================

Symfony 2 bundle for integrating with Bootstrap and Fontawesome

v3.0.0(11y ago)22.7k1MITCSS

Since Jun 24Pushed 11y ago2 watchersCompare

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

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

Bravesheep Bootstrapify bundle
==============================

[](#bravesheep-bootstrapify-bundle)

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

[](#installation)

Add the BsBootstrapifyBundle to assetic and define a global Twig variable named *locale*:

```
assetic:
    bundles:
        - BsBootstrapifyBundle

twig:
    globals:
        locale: "%locale%"
    form:
        resources:
            - "BsBootstrapifyBundle::form.html.twig"
```

To include the Bootstrap Datepicker add the following to your layout:

```
{% block javascripts %}
  {{ parent() }}
  {% javascripts filter='?yui_js'
    '@BsBootstrapifyBundle/Resources/js/bootstrap-datepicker.js'
  %}

  {% endjavascripts %}

{% endblock %}
```

The main less source file can be extended by importing it in your own less file. Use the following statement to import the main less file (assumed the file is located in Bundle/Resources/less/):

```
@import "../../../../../vendor/bravesheep/bootstrapify-bundle/Bs/BootstrapifyBundle/Resources/less/bootstrap-fa-s2.less";
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 92% 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 ~34 days

Total

11

Last Release

4361d ago

Major Versions

v0.1.7 → v2.0.02014-02-10

v2.1.0 → v3.0.02014-06-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/86a9633404b0317dcde9ecb9c54f88c4d54bc42bb137d462933773bbe3a539b9?d=identicon)[rnijveld](/maintainers/rnijveld)

![](https://www.gravatar.com/avatar/664f27a4241e63b3e2cff68a436e2ef6930c926dd0ae0fb4973bfb969cab1754?d=identicon)[marlon](/maintainers/marlon)

---

Top Contributors

[![marlonbaeten](https://avatars.githubusercontent.com/u/885089?v=4)](https://github.com/marlonbaeten "marlonbaeten (23 commits)")[![rnijveld](https://avatars.githubusercontent.com/u/193783?v=4)](https://github.com/rnijveld "rnijveld (2 commits)")

### Embed Badge

![Health badge](/badges/bravesheep-bootstrapify-bundle/health.svg)

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

###  Alternatives

[cedriclombardot/admingenerator-generator-bundle

Admingenerator for Symfony2 based on YAML configuration and Twig templating

36485.6k4](/packages/cedriclombardot-admingenerator-generator-bundle)[jordillonch/crud-generator

This bundle generates a nice CRUD

8351.5k](/packages/jordillonch-crud-generator)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

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