PHPackages                             chialab/frontend-kit - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chialab/frontend-kit

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

chialab/frontend-kit
====================

BEdita 5 plugin to help with development of websites.

v3.5.4(8mo ago)025.8k↓50%[2 PRs](https://github.com/chialab/bedita-frontend-kit/pulls)2MITPHPPHP &gt;=8.1CI passing

Since Dec 21Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/chialab/bedita-frontend-kit)[ Packagist](https://packagist.org/packages/chialab/frontend-kit)[ RSS](/packages/chialab-frontend-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (10)Versions (81)Used By (2)

Chialab/FrontendKit
===================

[](#chialabfrontendkit)

The **Frontend Kit** is a [BEdita 5](https://www.bedita.com/) plugin designed to help in developing frontends. It covers objects routing and loading, views composition and auth-based staging sites.

Usage
-----

[](#usage)

You can install the plugin using [Composer](https://getcomposer.org).

The recommended way to install Composer packages is:

```
$ composer require chialab/frontend-kit
```

Then, you have to load it as plugin in your Cake application:

**src/Application.php**

```
$this->addPlugin('Chialab/FrontendKit');
```

Please read the [Wiki](https://github.com/chialab/bedita-frontend-kit/wiki) to correctly setup the frontend.

Testing
-------

[](#testing)

[![GitHub Actions tests](https://github.com/chialab/bedita-frontend-kit/actions/workflows/test.yml/badge.svg?event=push&branch=main)](https://github.com/chialab/bedita-frontend-kit/actions/workflows/test.yml?query=event%3Apush+branch%3Amain)[![codecov](https://camo.githubusercontent.com/eeaad1858474528bcdc2ce2267b332f8451cdf78306adc46e8ee2227c25313ba/68747470733a2f2f636f6465636f762e696f2f67682f636869616c61622f6265646974612d66726f6e74656e642d6b69742f6272616e63682f6d61696e2f67726170682f62616467652e737667)](https://codecov.io/gh/chialab/bedita-frontend-kit)

Since some FrontendKit queries uses specific MySQL syntax, you must provide a DSN url for a test database before running tests:

```
$ export db_dsn='mysql://root:****@localhost/bedita4_frontendkit'
```

Then, you can launch tests using the `test` composer command:

```
$ composer run test
```

---

License
-------

[](#license)

**Chialab/FrontendKit** is released under the [MIT](https://gitlab.com/chialab/bedita-frontend-kit/-/blob/main/LICENSE) license.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance59

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 57.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.

###  Release Activity

Cadence

Every ~22 days

Total

77

Last Release

259d ago

Major Versions

v0.7.2 → v1.3.02022-03-15

v0.7.3 → v1.4.02022-04-14

0.x-dev → v2.0.02022-05-17

v2.3.3 → v3.0.02022-12-30

v2.4.0 → v3.1.02023-04-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/00305fda0159b5d71f7bd6848ae7d3f7ac27d0179d79d58c4847848c8bd673e0?d=identicon)[fquffio](/maintainers/fquffio)

![](https://www.gravatar.com/avatar/36a1b89a62185411675b209cd97652abd29a4e98bd3e68cb5e402bee9ae883d6?d=identicon)[le0m](/maintainers/le0m)

![](https://www.gravatar.com/avatar/4bb153a6227d7c6cd124f94c414e63d68cb1b1def8a6fdac75770c495cb8713d?d=identicon)[edoardocavazza](/maintainers/edoardocavazza)

---

Top Contributors

[![edoardocavazza](https://avatars.githubusercontent.com/u/3907295?v=4)](https://github.com/edoardocavazza "edoardocavazza (261 commits)")[![nicolocarpignoli](https://avatars.githubusercontent.com/u/22395670?v=4)](https://github.com/nicolocarpignoli "nicolocarpignoli (81 commits)")[![fquffio](https://avatars.githubusercontent.com/u/7108146?v=4)](https://github.com/fquffio "fquffio (60 commits)")[![le0m](https://avatars.githubusercontent.com/u/10656716?v=4)](https://github.com/le0m "le0m (23 commits)")[![andresbautista](https://avatars.githubusercontent.com/u/40041798?v=4)](https://github.com/andresbautista "andresbautista (16 commits)")[![DarioSacco](https://avatars.githubusercontent.com/u/15926182?v=4)](https://github.com/DarioSacco "DarioSacco (10 commits)")[![qwerg](https://avatars.githubusercontent.com/u/2248878?v=4)](https://github.com/qwerg "qwerg (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chialab-frontend-kit/health.svg)

```
[![Health](https://phpackages.com/badges/chialab-frontend-kit/health.svg)](https://phpackages.com/packages/chialab-frontend-kit)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

401.0M11](/packages/dereuromark-cakephp-shim)[cakedc/cakephp-phpstan

CakePHP plugin extension for PHPStan.

40676.6k31](/packages/cakedc-cakephp-phpstan)

PHPackages © 2026

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