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 1mo 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://www.gravatar.com/avatar/6fe34a693b4246641a0b00bff1368d02119898030b8495f6fc606a387124f2e3?d=identicon)[alescx](/maintainers/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/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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.

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

A simple API extension for DateTime.

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

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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