PHPackages                             alescx/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. alescx/chocolate

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

alescx/chocolate
================

Front-End Framework FormHelpers for CakePHP 3.0

014PHP

Since Mar 26Pushed 11y ago1 watchersCompare

[ Source](https://github.com/alescx/chocolate)[ Packagist](https://packagist.org/packages/alescx/chocolate)[ RSS](/packages/alescx-chocolate/feed)WikiDiscussions master Synced 2mo ago

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 alescx/chocolate:dev-master`or add the following into your composer.json and run `composer update`.

```
"require" : {
  "alescx/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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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/5637058?v=4)[Alex](/maintainers/alescx)[@alescx](https://github.com/alescx)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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