PHPackages                             newtonman/cakephp2-bootstrap4-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. newtonman/cakephp2-bootstrap4-helpers

ActiveCakephp-plugin

newtonman/cakephp2-bootstrap4-helpers
=====================================

Bootstrap 4 Helpers for CakePHP 2.x

149[1 issues](https://github.com/NewtonMan/cakephp2-boostrap4-helpers/issues)PHP

Since Jan 9Pushed 7y ago2 watchersCompare

[ Source](https://github.com/NewtonMan/cakephp2-boostrap4-helpers)[ Packagist](https://packagist.org/packages/newtonman/cakephp2-bootstrap4-helpers)[ RSS](/packages/newtonman-cakephp2-bootstrap4-helpers/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

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

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

*Based on the Plugin by *

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/Bootstrap4` folder and add the following to your `app/Config/bootstrap.php`:

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

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

[](#how-to-use)

Just load the helpers in you controller:

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

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://www.gravatar.com/avatar/80bf12abc70314f3a80922d36b68910ac36d6abe5ddcdfb79941af2138a18edf?d=identicon)[NewtonMan](/maintainers/NewtonMan)

---

Top Contributors

[![NewtonMan](https://avatars.githubusercontent.com/u/4259752?v=4)](https://github.com/NewtonMan "NewtonMan (2 commits)")

### Embed Badge

![Health badge](/badges/newtonman-cakephp2-bootstrap4-helpers/health.svg)

```
[![Health](https://phpackages.com/badges/newtonman-cakephp2-bootstrap4-helpers/health.svg)](https://phpackages.com/packages/newtonman-cakephp2-bootstrap4-helpers)
```

PHPackages © 2026

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