PHPackages                             twitter/bootstrap\_sp - 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. twitter/bootstrap\_sp

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

twitter/bootstrap\_sp
=====================

Version recompiler de Bootstrap - Steph81.

114JavaScript

Since Mar 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/steph81/bootstrap_sp)[ Packagist](https://packagist.org/packages/twitter/bootstrap_sp)[ RSS](/packages/twitter-bootstrap-sp/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Bootstrap\_sp
=============

[](#bootstrap_sp)

Version de bootstrap compiler par Steph81

- Correctifs visuels diverses.
- Systéme de grille à 24 colonnes pour la classe col-lg, col-md, col-sm et 12 colonnes pour col-xs.
- Ajout du bouton noir btn-inverse et violet btn-purple.
- Remplacement des Glyphicons icones par Font Awesome icones v4.3.0.
- Ajout des sous-menu dans le dropdowns.
- Ajout de 7 couleurs aux badges et 2 au label.

Lien Packagist : [https://packagist.org/packages/twitter/bootstrap\_sp](https://packagist.org/packages/twitter/bootstrap_sp)

\##Intégration dans Symfony : Modification du fichier app/config/config.yml

```
# Assetic Configuration
assetic:
    ...
    assets:
        bootstrap_js:
            inputs:
                - https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/js/bootstrap.min.js
        bootstrap_css:
            inputs:
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/css/bootstrap.min.css
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/css/bootstrap-theme.min.css
            filters: [cssrewrite]

        bootstrap_fontawesome_ttf:
            inputs:
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/fonts/fontawesome-webfont.ttf
            output: "fonts/fontawesome-webfont.ttf"
        bootstrap_fontawesome_eot:
            inputs:
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/fonts/fontawesome-webfont.eot
            output: "fonts/fontawesome-webfont.eot"
        bootstrap_fontawesome_svg:
            inputs:
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/fonts/fontawesome-webfont.svg
            output: "fonts/fontawesome-webfont.svg"
        bootstrap_fontawesome_woff:
            inputs:
                - %kernel.root_dir%/../vendor/twitter/bootstrap_sp/fonts/fontawesome-webfont.woff
            output: "fonts/fontawesome-webfont.woff"
```

Dans les templates :

```
...

    ...
    {% block stylesheets %}
    	{% stylesheets '@bootstrap_css' %}

    	{% endstylesheets %}

    {% endblock %}
    ...

...

    ...
    {% block javascripts %}
		{% javascripts '@bootstrap_js' %}

		{% endjavascripts %}
		{#  #}
	{% endblock %}
	...

...
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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://avatars.githubusercontent.com/u/11410746?v=4)[steph81](/maintainers/steph81)[@steph81](https://github.com/steph81)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/twitter-bootstrap-sp/health.svg)

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

###  Alternatives

[loophp/collection

A (memory) friendly, easy, lazy and modular collection class.

745762.4k16](/packages/loophp-collection)[long-running/long-running

1911.3M3](/packages/long-running-long-running)[php-standard-library/psalm-plugin

Psalm plugin for the PHP Standard Library

252.1M66](/packages/php-standard-library-psalm-plugin)

PHPackages © 2026

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