PHPackages                             brammo/bootstrap-ui - 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. brammo/bootstrap-ui

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

brammo/bootstrap-ui
===================

Bootstrap helpers for CakePHP

1.4.0(2w ago)0181MITPHPPHP &gt;=8.2CI passing

Since Nov 30Pushed 2w agoCompare

[ Source](https://github.com/brammo/bootstrap-ui)[ Packagist](https://packagist.org/packages/brammo/bootstrap-ui)[ Docs](https://github.com/brammo/bootstrap-ui)[ RSS](/packages/brammo-bootstrap-ui/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (18)Versions (5)Used By (1)

Bootstrap helpers
=================

[](#bootstrap-helpers)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

A [CakePHP](https://cakephp.org/) plugin that extends [FriendsOfCake/bootstrap-ui](https://github.com/FriendsOfCake/bootstrap-ui) with additional Bootstrap 5 view helpers for building responsive UI components.

Requirements
------------

[](#requirements)

- PHP 8.1+
- CakePHP 5.3+
- [FriendsOfCake/bootstrap-ui](https://github.com/FriendsOfCake/bootstrap-ui) 5.1+ (for `NavHelper` icons and URL building via `BootstrapUI.Html`)

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

[](#installation)

You can install this plugin using [Composer](https://getcomposer.org):

```
composer require brammo/bootstrap-ui
```

### Load the Plugin

[](#load-the-plugin)

Add the following to your `Application.php`:

```
public function bootstrap(): void
{
    parent::bootstrap();

    $this->addPlugin('Brammo/BootstrapUI');
}
```

Or load via command line:

```
bin/cake plugin load Brammo/BootstrapUI
```

Usage
-----

[](#usage)

Load the helpers in your `AppView.php`:

```
public function initialize(): void
{
    parent::initialize();

    // Load individual helpers
    $this->loadHelper('Brammo/BootstrapUI.Card');
    $this->loadHelper('Brammo/BootstrapUI.Table');
    $this->loadHelper('Brammo/BootstrapUI.Description');
    $this->loadHelper('Brammo/BootstrapUI.Nav');
    $this->loadHelper('Brammo/BootstrapUI.Carousel');
}
```

`NavHelper` uses FriendsOfCake’s `BootstrapUI.Html` helper (icons, array URLs). Load that helper in `AppView` if it is not already available from your bootstrap-ui setup.

View Helpers
------------

[](#view-helpers)

The plugin provides several view helpers. All helpers use CakePHP's `StringTemplateTrait` for flexible template customization.

HelperDescriptionDocumentation`CardHelper`Bootstrap cards with optional header and footer[docs/card.md](docs/card.md)`TableHelper`Responsive HTML tables with headers and rows[docs/table.md](docs/table.md)`DescriptionHelper`Description lists (``) for key-value pairs[docs/description.md](docs/description.md)`NavHelper`Nav tabs/pills with tab panels or links[docs/nav.md](docs/nav.md)`CarouselHelper`Carousels with controls, indicators, and captions[docs/carousel.md](docs/carousel.md)See [docs/template-customization.md](docs/template-customization.md) for customizing helper templates at runtime or via configuration.

Tests
-----

[](#tests)

Run the test suite with PHPUnit:

```
composer test
```

### Code Quality

[](#code-quality)

Run code style checks:

```
composer cs-check
```

Fix code style issues:

```
composer cs-fix
```

### Static Analysis

[](#static-analysis)

Run PHPStan and Psalm:

```
composer analyse
```

Or run them individually:

```
composer stan
composer psalm
```

License
-------

[](#license)

This plugin is licensed under the [MIT License](LICENSE).

Author
------

[](#author)

Roman Sidorkin -

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance96

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

18d ago

PHP version history (2 changes)1.0PHP &gt;=8.1

1.3.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/71d3e402b895916793618f083d30b98a4d2b78aa4159b4029546dedf8f2864d4?d=identicon)[brammo](/maintainers/brammo)

---

Top Contributors

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

---

Tags

pluginhelpercakephpbootstrap

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/brammo-bootstrap-ui/health.svg)

```
[![Health](https://phpackages.com/badges/brammo-bootstrap-ui/health.svg)](https://phpackages.com/packages/brammo-bootstrap-ui)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

3361.0M51](/packages/dereuromark-cakephp-tools)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

3099.1k6](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

131240.2k13](/packages/dereuromark-cakephp-tinyauth)[dereuromark/cakephp-calendar

A CakePHP plugin to easily create calendars.

16112.0k1](/packages/dereuromark-cakephp-calendar)[dereuromark/cakephp-setup

A CakePHP plugin containing lots of useful management tools

36199.6k2](/packages/dereuromark-cakephp-setup)[cakedc/tiny-mce

TinyMCE Plugin for CakePHP

10791.1k](/packages/cakedc-tiny-mce)

PHPackages © 2026

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