PHPackages                             de-swebhosting-flow-package/bootstrap - 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. de-swebhosting-flow-package/bootstrap

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

de-swebhosting-flow-package/bootstrap
=====================================

Makes Bootstrap framework integration easier and provides utility view helpers and classes for JS loading and resource handling.

036PHP

Since Mar 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/astehlik/Flow-Package-De.SWebhosting.Bootstrap)[ Packagist](https://packagist.org/packages/de-swebhosting-flow-package/bootstrap)[ RSS](/packages/de-swebhosting-flow-package-bootstrap/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

De.SWebhosting.Bootstrap - Frontend utilites for the Neos Flow framework
========================================================================

[](#deswebhostingbootstrap---frontend-utilites-for-the-neos-flow-framework)

This package provides some view helpers and utility functions for the [Flow framework](https://flow.neos.io) that can make Frontend development easier.

The default ouput of the view helpers is optimized to work with the [Bootstrap](http://getbootstrap.com) framework (therefore the name) but can be useful with other frameworks or custom styles as well.

Components
----------

[](#components)

This is a brief overview over the components this package provides.

### View helpers

[](#view-helpers)

This package comes with a bunch of view helpers that hopefully make your life a bit easier. Please remember to register the namespace if you want to use them:

```
{namespace bs=De\SWebhosting\Bootstrap\ViewHelpers}

```

Here is a brief overview about the available view helpers.

NamePurposeform.inlineHelpOrErrorsDisplays \[inline help\] () or error messages for a form element.form.validatedControlGroupDisplays a form group with \[classes depending on validation errors\] ().format.trimWhiteSpaceBetweenHtmlRemoves all whitespace between HTML elements.javaScript.appendAppends content to the JavaScript container, see section "JavaScript container" below.javaScript.renderRenders contents of the JavaScript container, see section "JavaScript container" below.resource.collectionUriRenders the public URI to a resource within a custom collection. Requires \[TYPO3 Flow patch\] ()!widget.autocompleteA widget to enable autocompletion for an input field. Requires \[jQuery UI\] ()!widget.paginateThe paginate widget with modified classes to work with Bootstrap.menuItemA HTML container (div) that changes its classes depending on the active controller / actions.### JavaScript container

[](#javascript-container)

The idea behind the JavaScript container is to provide a central container where components can register JavaScript code they need which can then be rendered by template designers using a view helper.

You can either add JavaScript code to the container or a file that should be included with a script tag.

It is also possible to manage multipe sections that should be rendered in different places (e.g. header and footer).

### Resource handling

[](#resource-handling)

This package provides the `\De\SWebhosting\Bootstrap\Resource\ReadOnlyDirectoryStorage`. This storage can be used to publish any local directory together with the `\Neos\Flow\Resource\Target\FileSystemSymlinkTarget`.

Create your custom collection to publish a Frontend library that you have loaded with composer and use the ```resource.collectionUri`` view helper to retrieve the matching URL to include the library in your layouts.

### Partials

[](#partials)

This package currently provides the following partials:

PartialPurposeErrorListThis partial can be used for debugging purposes. It prints all validations errors in a flat list.FlashMessagesThis partial renders all available flash messages in Bootstrap compatible containers / classes.To use those partials in your application you need to add the partials path of the De.SWebhosting.Bootstrap package in the `Views.yml` configuration file.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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/956513?v=4)[Alexander Stehlik](/maintainers/astehlik)[@astehlik](https://github.com/astehlik)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/de-swebhosting-flow-package-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/de-swebhosting-flow-package-bootstrap/health.svg)](https://phpackages.com/packages/de-swebhosting-flow-package-bootstrap)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

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

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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