PHPackages                             mopa2/bootstrap-sandbox-bundle2 - 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. mopa2/bootstrap-sandbox-bundle2

Abandoned → [https://github.com/Primo83/MopaBootstrapSandboxBundle2.git](/?search=https%3A%2F%2Fgithub.com%2FPrimo83%2FMopaBootstrapSandboxBundle2.git)Symfony-bundle[Templating &amp; Views](/categories/templating)

mopa2/bootstrap-sandbox-bundle2
===============================

Seperate live docs from code

v2.2.2(10y ago)07MITPHPPHP &gt;=5.3.2

Since Mar 31Pushed 10y agoCompare

[ Source](https://github.com/Primo83/MopaBootstrapSandboxBundle2)[ Packagist](https://packagist.org/packages/mopa2/bootstrap-sandbox-bundle2)[ RSS](/packages/mopa2-bootstrap-sandbox-bundle2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

README bootstrap 3.x
====================

[](#readme-bootstrap-3x)

For bootstrap 2.x use branch v2.x

Live Show
---------

[](#live-show)

To see the bundle and its capabilities online just have a look on [MopaBootstrapBundle Live](http://bootstrap.mohrenweiserpartner.de/mopa/bootstrap)

- [MopaBootstrapBundle](http://github.com/phiamo/MopaBootstrapBundle) - Easy integration of twitters bootstrap into symfony2
- [MopaBootstrapSandboxBundle](http://github.com/phiamo/MopaBootstrapSandboxBundle) - Seperate live docs from code
- [symfony-bootstrap-sandbox](https://github.com/phiamo/symfony-bootstrap-sandbox) is also available

Introduction
------------

[](#introduction)

MopaBootstrapSandboxBundle is a demo case howto use the MopaBootstrapBundle.

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

[](#installation)

To use this in any of your projects (e.g. to make changes in MopaBootstrapBundle and see if it affects the Sandbox)

For detailed installation instructions also have a look into [MopaBoostrapBundle Documentation](https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/index.md)

just add this to your composer.json:

```
{
    "require": {
        "mopa/bootstrap-sandbox-bundle": "dev-master"
    }
}
```

and add to your AppKernel:

```
    // ...
            new Mopa\Bundle\BootstrapSandboxBundle\MopaBootstrapSandboxBundle(),
        	new Liip\ThemeBundle\LiipThemeBundle(),
            new Knp\Bundle\MenuBundle\KnpMenuBundle(),
    // ...
```

if you are using sf 2.0.x have a look into the README of the v2.0.x branch:

run

```
composer.phar update # --dev if you added it to require-dev
```

If you are not using the [https://github.com/phiamo/symfony-bootstrap-sandbox](symfony-bootstrap-sandbox)You have to configure your project a little bit further.

For this to work its required to have less installed:

- [Less installation](https://github.com/phiamo/MopaBootstrapBundle/blob/master/Resources/doc/less-installation.md)

config.yml:

```
# import example configs
imports:
    - { resource: @MopaBootstrapSandboxBundle/Resources/config/themes.yml }
    - { resource: @MopaBootstrapSandboxBundle/Resources/config/examples/example_menu.yml }

# Assetic Configuration
assetic:
    filters:
        less:
            node: /usr/bin/node
            node_paths: [/opt/lessc/lib, /usr/lib/node_modules]
            apply_to: "\.less$"
```

routing.yml:

```
MopaBootstrapSandbox:
    resource: "@MopaBootstrapSandboxBundle/Resources/config/routing.yml"
```

this imports the routes to be abled to access it in your browser via:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~7 days

Total

2

Last Release

3685d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/777dd7089e55f57941284d507fad5fe26792f9644f26664530c54fa747bbb001?d=identicon)[Primo83](/maintainers/Primo83)

---

Top Contributors

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

---

Tags

templatebootstrapformextra formbootstrap formsandbox

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mopa2-bootstrap-sandbox-bundle2/health.svg)

```
[![Health](https://phpackages.com/badges/mopa2-bootstrap-sandbox-bundle2/health.svg)](https://phpackages.com/packages/mopa2-bootstrap-sandbox-bundle2)
```

###  Alternatives

[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[mopa/bootstrap-sandbox-bundle

Seperate live docs from code

256.8k](/packages/mopa-bootstrap-sandbox-bundle)[zfbase/zend1-bootstrap3

Twitter Bootstrap v.3 Forms for Zend Framework v.1

1455.7k2](/packages/zfbase-zend1-bootstrap3)

PHPackages © 2026

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