PHPackages                             markei/bootstrap3bundle - 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. markei/bootstrap3bundle

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

markei/bootstrap3bundle
=======================

Symfony Bundle to integrate Bootstrap 3 without Assetic, Less, NPM

v1.3.0(5y ago)0112MITPHPPHP &gt;=5.6.0CI failing

Since Feb 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Markei/Bootstrap3Bundle)[ Packagist](https://packagist.org/packages/markei/bootstrap3bundle)[ RSS](/packages/markei-bootstrap3bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (8)Dependencies (5)Versions (13)Used By (0)

README
======

[](#readme)

About this bundle
-----------------

[](#about-this-bundle)

This bundle provides an easy and basic way to add Bootstrap 3 to your Symfony project. It does not require Assetic, NPM, Sass of LESS.

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

[](#installation)

**1** Add to composer.json to the `require` key

```
    $composer require markei/bootstrap3bundle
```

**2** Register the bundle in `app/AppKernel.php`

```
    $bundles = array(
        // ...
        new Markei\Bootstrap3Bundle\MarkeiBootstrap3Bundle(),
    );
```

**3** Run the following command to copy the files (for Symfony 2.8 users use app/console instead of bin/console)

```
    $php bin/console markei:bootstrap3:copy
```

**4** Use it in your code

```

    ...

```

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

[](#configuration)

The following options can be controlled via app/config/config.yml

```
    markei_bootstrap3:
        src_bootstrap_css: '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/css/bootstrap.min.css'
        src_bootstrap_js: '%kernel.root_dir%/../vendor/twbs/bootstrap/dist/js/bootstrap.min.js'
        src_bootstrap_fonts: '%kernel.root_dir%/../vendor/twbs/bootstrap/fonts'
        src_jquery_js: '%kernel.root_dir%/../vendor/jquery/jquery.min.js'
        dst_bootstrap_css: %kernel.root_dir%/../web/css/bootstrap.min.css
        dst_bootstrap_js: %kernel.root_dir%/../web/js/bootstrap.min.js
        dst_bootstrap_fonts: %kernel.root_dir%/../web/fonts
        dst_jquery_js: %kernel.root_dir%/../web/js/jquery.min.js
```

Automatic copy on update and install
------------------------------------

[](#automatic-copy-on-update-and-install)

Add the copy job to the scripts section of your composer.json

```
    "scripts": {
        "post-install-cmd": [
            ...
            "php bin/console markei:bootstrap3:copy"
        ],
        "post-update-cmd": [
            ...
            "php bin/console markei:bootstrap3:copy"
        ]
    },

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

11

Last Release

1994d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.0

v1.1.3PHP &gt;=5.6.0

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/markei-bootstrap3bundle/health.svg)

```
[![Health](https://phpackages.com/badges/markei-bootstrap3bundle/health.svg)](https://phpackages.com/packages/markei-bootstrap3bundle)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k45](/packages/friendsoftypo3-content-blocks)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.0k](/packages/composer-composer)[friendsofphp/php-cs-fixer

A tool to automatically fix PHP code style

13.5k245.4M24.2k](/packages/friendsofphp-php-cs-fixer)[rector/rector-src

Instant Upgrade and Automated Refactoring of any PHP code

136406.3k14](/packages/rector-rector-src)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M534](/packages/shopware-core)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k17](/packages/solspace-craft-freeform)

PHPackages © 2026

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