PHPackages                             holt59/cakephp-bootstrap3-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. holt59/cakephp-bootstrap3-helpers

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

holt59/cakephp-bootstrap3-helpers
=================================

Bootstrap 3 Helpers for CakePHP 2.x

2614.4k↓63.3%11PHP

Since Feb 1Pushed 8y ago7 watchersCompare

[ Source](https://github.com/Holt59/cakephp-bootstrap3-helpers)[ Packagist](https://packagist.org/packages/holt59/cakephp-bootstrap3-helpers)[ RSS](/packages/holt59-cakephp-bootstrap3-helpers/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

CakePHP Helpers to generate HTML with @Twitter Boostrap 3 style.

**Warning:** Works only with CakePHP 2.x!

*Looking for CakePHP 3.0 helpers? Check it out! *

Do not hesitate to...

- **Post a github issue** if you find a bug or want a new feature.
- **Send me a message** if you have troubles installing or using the plugin.

Installation
============

[](#installation)

Simply Clone the repository in your `app/Plugin/Bootstrap3` folder and add the following to your `app/Config/bootstrap.php`:

```
CakePlugin::load('Bootstrap3') ;
```

How to use?
===========

[](#how-to-use)

Just load the helpers in you controller:

```
public $helpers = array(
    'Html' => array(
        'className' => 'Bootstrap3.BootstrapHtml'
    ),
    'Form' => array(
        'className' => 'Bootstrap3.BootstrapForm'
    ),
    'Modal' => array(
        'className' => 'Bootstrap3.BootstrapModal'
    )
);
```

Documentation
=============

[](#documentation)

Current documentation available on the CakePHP 3.0 helpers repository:

**Note:** If you are using an old PHP version, you must change `[]` to `array()`.

**Warning:** The `BootstrapFormHelper` configuration is not available for the CakePHP 2.x helpers.

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.

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.4% 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/2393288?v=4)[Mikaël Capelle](/maintainers/Holt59)[@Holt59](https://github.com/Holt59)

---

Top Contributors

[![Holt59](https://avatars.githubusercontent.com/u/2393288?v=4)](https://github.com/Holt59 "Holt59 (41 commits)")[![suhasgaddam](https://avatars.githubusercontent.com/u/7282584?v=4)](https://github.com/suhasgaddam "suhasgaddam (3 commits)")[![innovaweb-dev](https://avatars.githubusercontent.com/u/2601347?v=4)](https://github.com/innovaweb-dev "innovaweb-dev (2 commits)")[![rchavik](https://avatars.githubusercontent.com/u/39490?v=4)](https://github.com/rchavik "rchavik (1 commits)")[![alphp](https://avatars.githubusercontent.com/u/8992091?v=4)](https://github.com/alphp "alphp (1 commits)")[![t1mmen](https://avatars.githubusercontent.com/u/192263?v=4)](https://github.com/t1mmen "t1mmen (1 commits)")[![andrej-griniuk](https://avatars.githubusercontent.com/u/2722793?v=4)](https://github.com/andrej-griniuk "andrej-griniuk (1 commits)")[![MarkusBauer](https://avatars.githubusercontent.com/u/9571253?v=4)](https://github.com/MarkusBauer "MarkusBauer (1 commits)")

---

Tags

bootstrap3cakephp-helper

### Embed Badge

![Health badge](/badges/holt59-cakephp-bootstrap3-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/holt59-cakephp-bootstrap3-helpers/health.svg)](https://phpackages.com/packages/holt59-cakephp-bootstrap3-helpers)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3841.2M](/packages/limenius-react-bundle)[pdewit/nova-external-url

An external URL Laravel Nova field.

30383.2k](/packages/pdewit-nova-external-url)[wbrowar/guide

A CMS Guide for Craft CMS.

6154.7k1](/packages/wbrowar-guide)[localgovdrupal/localgov_base

The base theme for LocalGov Drupal websites.

13126.9k5](/packages/localgovdrupal-localgov-base)

PHPackages © 2026

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