PHPackages                             commercial-hippie/chocolate - 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. [Framework](/categories/framework)
4. /
5. commercial-hippie/chocolate

ActiveCakephp-plugin[Framework](/categories/framework)

commercial-hippie/chocolate
===========================

Front-End Framework FormHelpers for CakePHP 3.0

67581PHP

Since Sep 23Pushed 10y ago2 watchersCompare

[ Source](https://github.com/commercial-hippie/chocolate)[ Packagist](https://packagist.org/packages/commercial-hippie/chocolate)[ RSS](/packages/commercial-hippie-chocolate/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Front-End Framework Helpers
===========================

[](#front-end-framework-helpers)

This plugins goal is to help you speed up implementing a Front-End framework like [Bootstrap](http://getbootstrap.com/).

This plugin **does not load** the required CSS or JavaScript, but merely adds the classes and markup,

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

[](#installation)

Run `composer require commercial-hippie/chocolate:dev-master`or add the following into your composer.json and run `composer update`.

```
"require" : {
  "commercial-hippie/chocolate": "dev-master"
}

```

Load the plugin in your bootstrap file

```
// /src/Config/bootstrap.php
Plugin::load('Chocolate');
```

Usage
-----

[](#usage)

### [Bootstrap](http://getbootstrap.com/)

[](#bootstrap)

**Make sure you loaded the required CSS/JavaScript for what you are trying to do.**

#### Forms

[](#forms)

Load the plugins FormHelper in your Controller:

```
public $helpers = [
	'Form' => [
		'className' => 'Chocolate.BootstrapForm'
	]
];
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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/b0eaab4bca80d90c5c35d02ddf2a64846742a6241d47a4410659e24b12eb6ade?d=identicon)[commercial-hippie](/maintainers/commercial-hippie)

---

Top Contributors

[![commercial-hippie](https://avatars.githubusercontent.com/u/3500252?v=4)](https://github.com/commercial-hippie "commercial-hippie (6 commits)")[![ADmad](https://avatars.githubusercontent.com/u/142658?v=4)](https://github.com/ADmad "ADmad (1 commits)")

### Embed Badge

![Health badge](/badges/commercial-hippie-chocolate/health.svg)

```
[![Health](https://phpackages.com/badges/commercial-hippie-chocolate/health.svg)](https://phpackages.com/packages/commercial-hippie-chocolate)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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