PHPackages                             mopa/bootstrap-sandbox-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. [Templating &amp; Views](/categories/templating)
4. /
5. mopa/bootstrap-sandbox-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

mopa/bootstrap-sandbox-bundle
=============================

Seperate live docs from code

2.x-dev(12y ago)256.8k39[4 issues](https://github.com/phiamo/MopaBootstrapSandboxBundle/issues)[1 PRs](https://github.com/phiamo/MopaBootstrapSandboxBundle/pulls)MITPHPPHP &gt;=5.3.2

Since May 21Pushed 6y ago5 watchersCompare

[ Source](https://github.com/phiamo/MopaBootstrapSandboxBundle)[ Packagist](https://packagist.org/packages/mopa/bootstrap-sandbox-bundle)[ RSS](/packages/mopa-bootstrap-sandbox-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)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) - Separate 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

32

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.7% 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 ~102 days

Recently: every ~61 days

Total

6

Last Release

4597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a1fd1e7045090ca677014a06fee68bb9cfd75d4286bb8d9da181b7d1d0db032?d=identicon)[phiamo](/maintainers/phiamo)

---

Top Contributors

[![phiamo](https://avatars.githubusercontent.com/u/207291?v=4)](https://github.com/phiamo "phiamo (195 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (4 commits)")[![isometriks](https://avatars.githubusercontent.com/u/1325995?v=4)](https://github.com/isometriks "isometriks (4 commits)")[![MisatoTremor](https://avatars.githubusercontent.com/u/3536384?v=4)](https://github.com/MisatoTremor "MisatoTremor (2 commits)")[![nysander](https://avatars.githubusercontent.com/u/753327?v=4)](https://github.com/nysander "nysander (2 commits)")[![scasei](https://avatars.githubusercontent.com/u/367619?v=4)](https://github.com/scasei "scasei (1 commits)")[![sstok](https://avatars.githubusercontent.com/u/904790?v=4)](https://github.com/sstok "sstok (1 commits)")[![bierdok](https://avatars.githubusercontent.com/u/2333728?v=4)](https://github.com/bierdok "bierdok (1 commits)")[![Strontium-90](https://avatars.githubusercontent.com/u/1295249?v=4)](https://github.com/Strontium-90 "Strontium-90 (1 commits)")[![hardchor](https://avatars.githubusercontent.com/u/307162?v=4)](https://github.com/hardchor "hardchor (1 commits)")[![jdespatis](https://avatars.githubusercontent.com/u/919566?v=4)](https://github.com/jdespatis "jdespatis (1 commits)")[![MDrollette](https://avatars.githubusercontent.com/u/329784?v=4)](https://github.com/MDrollette "MDrollette (1 commits)")[![rdohms](https://avatars.githubusercontent.com/u/94331?v=4)](https://github.com/rdohms "rdohms (1 commits)")

---

Tags

templatebootstrapformextra formbootstrap formsandbox

### Embed Badge

![Health badge](/badges/mopa-bootstrap-sandbox-bundle/health.svg)

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

###  Alternatives

[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-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)
