PHPackages                             dmf/bootstrapcontent - 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. dmf/bootstrapcontent

ActiveTypo3-flow-package[Templating &amp; Views](/categories/templating)

dmf/bootstrapcontent
====================

TYPO3 Neos plugin for adding Bootstrap3 content and page options.

1.1.0(11y ago)281[1 issues](https://github.com/dohomi/Neos-Plugin-DMF.BootstrapContent/issues)CSS

Since Oct 2Pushed 11y ago2 watchersCompare

[ Source](https://github.com/dohomi/Neos-Plugin-DMF.BootstrapContent)[ Packagist](https://packagist.org/packages/dmf/bootstrapcontent)[ RSS](/packages/dmf-bootstrapcontent/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

Neos-Plugin-DMF.BootstrapContent
================================

[](#neos-plugin-dmfbootstrapcontent)

Adds some Twitter Bootstrap 3 functionality to Neos content elements

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

[](#installation)

Clone this repository into your application folder:

```
* cd ROOT/Packages/Application
* git clone https://github.com/dohomi/Neos-Plugin-DMF.BootstrapContent.git DMF.BootstrapContent

```

Then check if the plugin needs to get activated inside of your package management. Check if the plugin is listed:

```
./flow package:list
./flow package:activate dmf/bootstrapcontent

```

### Use of Bootstrap menu and breadcrumb in your site package

[](#use-of-bootstrap-menu-and-breadcrumb-in-your-site-package)

You can use the bootstrap specific menu and breadcrumb inside of your Root.ts2 with following sample code:

```
page = Page {
    (...)
    body {
    (...)
        parts {
            (...)
            menu = Menu {
                templatePath = 'resource://DMF.BootstrapContent/Private/Templates/TypoScriptObjects/MainMenu.html'
                websiteName = 'Your website Name'
                entryLevel = 1
                maximumLevels = 4
            }
            breadcrumb =  TypoScript:Template {
                templatePath = 'resource://DMF.BootstrapContent/Private/Templates/TypoScriptObjects/Breadcrumb.html'
                items = ${q(node).add(q(node).parents())}
            }
        }
    }
}

```

### Include JS and CSS from the package

[](#include-js-and-css-from-the-package)

The JavaScript and CSS is available inside of the Resources/Public/assets/\* folder. You can add the JS source like this:

```

```

For the inclusion of CSS I recommend the use of Grunt as a task planer and build the CSS with processing the LESS files. They are available inside of Resources/Public/assets/bootstrap/less/\*

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97.1% 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 ~0 days

Total

3

Last Release

4292d ago

Major Versions

0.1.0 → 1.0.02014-10-02

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/489221?v=4)[Dominic Garms](/maintainers/dohomi)[@dohomi](https://github.com/dohomi)

---

Top Contributors

[![dohomi](https://avatars.githubusercontent.com/u/489221?v=4)](https://github.com/dohomi "dohomi (34 commits)")[![franklinkim](https://avatars.githubusercontent.com/u/540081?v=4)](https://github.com/franklinkim "franklinkim (1 commits)")

### Embed Badge

![Health badge](/badges/dmf-bootstrapcontent/health.svg)

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)[muratbsts/mail-template

This package is a easy to use mail template collection for Laravel 5.x.

191.3k](/packages/muratbsts-mail-template)

PHPackages © 2026

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