PHPackages                             assisjeferson/cakephp3-bootstrap-helpers - 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. assisjeferson/cakephp3-bootstrap-helpers

ActiveCakephp-plugin[Templating &amp; Views](/categories/templating)

assisjeferson/cakephp3-bootstrap-helpers
========================================

Bootstrap Helpers for CakePHP 3.0

v4.0.2(6y ago)115MITPHPPHP &gt;=5.5.9

Since Aug 20Pushed 5y agoCompare

[ Source](https://github.com/assisjeferson/cakephp3-bootstrap-helpers)[ Packagist](https://packagist.org/packages/assisjeferson/cakephp3-bootstrap-helpers)[ RSS](/packages/assisjeferson-cakephp3-bootstrap-helpers/feed)WikiDiscussions master Synced 3w ago

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

CakePHP 3.x Helpers for Bootstrap
=================================

[](#cakephp-3x-helpers-for-bootstrap)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Travis](https://camo.githubusercontent.com/2e5d0c06d569af7033b925eafb5a7c759c3b8ebb143a8676e237b9c095ea5984/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f486f6c7435392f63616b65706870332d626f6f7473747261702d68656c706572732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Holt59/cakephp3-bootstrap-helpers)[![Packagist](https://camo.githubusercontent.com/2ab363ad0a7464758ebc3c253f7a7a99bbaed0d5b30db4fdc3d1761ed909b2d2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f6c7435392f63616b65706870332d626f6f7473747261702d68656c706572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/holt59/cakephp3-bootstrap-helpers)

CakePHP 3.x Helpers to generate HTML with @Twitter Boostrap style: `Breadcrumbs`, `Flash`, `Form`, `Html`, `Modal`, `Navbar`, `Panel` and `Paginator` helpers available!

How to... ?
===========

[](#how-to-)

#### Installation

[](#installation)

If you want the latest **Bootstrap 3** version of the plugin:

- Add the plugin to your `composer.json` (see below if you want to use another branch / version):

```
composer require holt59/cakephp3-bootstrap-helpers:dev-master
// Or the following if you want to use the Bootstrap 4 version (alpha)
composer require holt59/cakephp3-bootstrap-helpers:dev-4.0.1-alpha

```

- Load the plugin in your `config/bootstrap.php`:

```
Plugin::load('Bootstrap');
```

- [Load the helpers](https://book.cakephp.org/3.0/en/views/helpers.html#configuring-helpers) you want in your `View/AppView.php`:

```
$this->loadHelper('Html', [
    'className' => 'Bootstrap.Html',
    // Other configuration options...
]);
```

The full plugin documentation is available at .

#### Table of version and requirements

[](#table-of-version-and-requirements)

VersionBootstrap versionCakePHP versionInformation[master](https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/master)3&gt;= 3.5.0Current active branch.[3.1.2](https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/v3.1.2)3&gt;= 3.4.0, &lt; 3.5.0Not actively maintained (open issue(s) if necessary).&lt;= [3.1.1](https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/v3.1.1)3&lt; 3.4.0Deprecated.[4.0.1-alpha](https://github.com/Holt59/cakephp3-bootstrap-helpers/tree/4.0.1-alpha)4&gt;= 3.4.0Alpha, not all helpers are available.#### Contributing

[](#contributing)

Do not hesitate to [**post a github issue**](https://github.com/Holt59/cakephp3-bootstrap-helpers/issues/new) or [**submit a pull request**](https://github.com/Holt59/cakephp3-bootstrap-helpers/pulls) if you find a bug or want a new feature.

Who is using it?
================

[](#who-is-using-it)

Non-exhaustive list of projects using these helpers, if you want to be in this list, do not hesitate to [email me](mailto:capelle.mikael@gmail.com) or post a comment on [this issue](https://github.com/Holt59/cakephp3-bootstrap-helpers/issues/32).

- \[**CakeAdmin**\] (), LightStrap Theme for CakeAdmin

Copyright and license
=====================

[](#copyright-and-license)

The MIT License (MIT)

Copyright (c) 2013-2017, Mikaël Capelle.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

See [LICENSE](LICENSE).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 90.6% 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 ~90 days

Recently: every ~30 days

Total

19

Last Release

2347d ago

Major Versions

v3.1.3.x-dev → v4.0.22020-01-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/331113?v=4)[Jeferson Assis](/maintainers/assisjeferson)[@assisjeferson](https://github.com/assisjeferson)

---

Top Contributors

[![Holt59](https://avatars.githubusercontent.com/u/2393288?v=4)](https://github.com/Holt59 "Holt59 (317 commits)")[![ypnos](https://avatars.githubusercontent.com/u/8481470?v=4)](https://github.com/ypnos "ypnos (8 commits)")[![ypnos-web](https://avatars.githubusercontent.com/u/15981753?v=4)](https://github.com/ypnos-web "ypnos-web (6 commits)")[![fullybaked](https://avatars.githubusercontent.com/u/527122?v=4)](https://github.com/fullybaked "fullybaked (5 commits)")[![raul338](https://avatars.githubusercontent.com/u/7199046?v=4)](https://github.com/raul338 "raul338 (4 commits)")[![LYZ452](https://avatars.githubusercontent.com/u/78216753?v=4)](https://github.com/LYZ452 "LYZ452 (3 commits)")[![wreality](https://avatars.githubusercontent.com/u/463159?v=4)](https://github.com/wreality "wreality (1 commits)")[![keraf](https://avatars.githubusercontent.com/u/30026749?v=4)](https://github.com/keraf "keraf (1 commits)")[![grouse](https://avatars.githubusercontent.com/u/1053191?v=4)](https://github.com/grouse "grouse (1 commits)")[![innovaweb-dev](https://avatars.githubusercontent.com/u/2601347?v=4)](https://github.com/innovaweb-dev "innovaweb-dev (1 commits)")[![jmenges](https://avatars.githubusercontent.com/u/10944143?v=4)](https://github.com/jmenges "jmenges (1 commits)")[![asgraf](https://avatars.githubusercontent.com/u/1997264?v=4)](https://github.com/asgraf "asgraf (1 commits)")[![Oxicode](https://avatars.githubusercontent.com/u/1320709?v=4)](https://github.com/Oxicode "Oxicode (1 commits)")

---

Tags

cakephpbootstrap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/assisjeferson-cakephp3-bootstrap-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/assisjeferson-cakephp3-bootstrap-helpers/health.svg)](https://phpackages.com/packages/assisjeferson-cakephp3-bootstrap-helpers)
```

###  Alternatives

[cakephp/debug_kit

CakePHP Debug Kit

86314.7M171](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.0M202](/packages/cakephp-bake)[dereuromark/cakephp-queue

The Queue plugin for CakePHP provides deferred task execution.

308954.9k25](/packages/dereuromark-cakephp-queue)[friendsofcake/cakephp-csvview

A CSV View class for CakePHP

1782.6M5](/packages/friendsofcake-cakephp-csvview)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1882.3M44](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

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

PHPackages © 2026

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