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.1k↓50%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 1mo 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 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

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

[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)
