PHPackages                             sopinet/bootstrap-extend-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. [Framework](/categories/framework)
4. /
5. sopinet/bootstrap-extend-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

sopinet/bootstrap-extend-bundle
===============================

Twitter Bootstrap Extend for Symfony2

2443JavaScript

Since Nov 3Pushed 12y ago4 watchersCompare

[ Source](https://github.com/sopinet/bootstrap-extend-bundle)[ Packagist](https://packagist.org/packages/sopinet/bootstrap-extend-bundle)[ RSS](/packages/sopinet-bootstrap-extend-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

bootstrap-extend-bundle
=======================

[](#bootstrap-extend-bundle)

What is it?
-----------

[](#what-is-it)

It is alpha bundle for Symfony2, you can add jquery, bootstrap and other libraries with easy and fast method.

Thanks to [Florian Eckerstorfer](http://florianeckerstorfer.com)Inspirated in

Installation via composer
-------------------------

[](#installation-via-composer)

```
{
   "require": {
        "sopinet/bootstrap-extend-bundle": "dev-master"
    }
},
"scripts": {
  "post-install-cmd": [
    "Sopinet\\Bundle\\BootstrapExtendBundle\\Composer\\ScriptHandler::copyExport"
  ],
  "post-update-cmd": [
    "Sopinet\\Bundle\\BootstrapExtendBundle\\Composer\\ScriptHandler::copyExport"
  ]
}

```

Add in AppKernel the bundle

```
new Sopinet\Bundle\BootstrapExtendBundle\SopinetBootstrapExtendBundle(),

```

After execute:

```
	sudo php app/console assets:install

```

Configuration
-------------

[](#configuration)

You can configure what librey include, by default only jquery and bootstrap, for add more:

```
sopinet_bootstrap_extend:
    include: [ jcrop, image-gallery, font-awesome, jqueryform, datepicker ]

```

Usage
-----

[](#usage)

In your twig, you can do any like:

```
{% extends 'SopinetBootstrapExtendBundle:Base:normal.html.twig' %}

{% block title %}Yourweb{% endblock %}

{% block body %}

        Hello world!

{% endblock %}

```

Problems, bugs?
---------------

[](#problems-bugs)

Please report it via github

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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.

### Community

Maintainers

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

---

Top Contributors

[![hidabe](https://avatars.githubusercontent.com/u/50526?v=4)](https://github.com/hidabe "hidabe (5 commits)")

### Embed Badge

![Health badge](/badges/sopinet-bootstrap-extend-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sopinet-bootstrap-extend-bundle/health.svg)](https://phpackages.com/packages/sopinet-bootstrap-extend-bundle)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M294](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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