PHPackages                             connect232/cakephp4-faqs - 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. connect232/cakephp4-faqs

ActiveCakephp-plugin

connect232/cakephp4-faqs
========================

Faqs plugin for CakePHP

v1.0(5y ago)02MITPHPPHP &gt;=7.2

Since Apr 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/connect232/cakephp4-faqs)[ Packagist](https://packagist.org/packages/connect232/cakephp4-faqs)[ RSS](/packages/connect232-cakephp4-faqs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Faqs plugin for CakePHP
=======================

[](#faqs-plugin-for-cakephp)

Prerequisites
-------------

[](#prerequisites)

Bootstrap 4

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

[](#installation)

Run:

```
composer require connect232/cakephp4-faqs

```

Usage
-----

[](#usage)

Run :

```
bin/cake plugin load Faqs

```

Or in your `src/Application.php` add:

```
$this->addPlugin('Faqs');

```

Run migrations:

```
bin/cake migrations migrate -p Faqs

```

Add faq element to template file:

```

```

Include css:

```

```

or if using AssetCompress plugin in you asset\_compress.ini file add:

```
paths[] = ../vendor/connect232/faqs/webroot/css/*
files[] = styles.css

```

Add to your routes file:

```
$routes->prefix('admin', function (RouteBuilder $routes) {
    $routes->loadPlugin('Faqs');
    $routes->fallbacks(DashedRoute::class);
});

```

Associate with category dataset table:

```
$this->hasMany('Faqs', [
    'className' => 'Faqs.Faqs',
    'foreignKey' => 'category_dataset_id',
]);

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

Unknown

Total

1

Last Release

1837d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b781e162954ae9cde9ea6de49d454d72ec43c567a7958e67ce5d8d78c1e20be4?d=identicon)[connect232](/maintainers/connect232)

---

Top Contributors

[![connect232](https://avatars.githubusercontent.com/u/56870712?v=4)](https://github.com/connect232 "connect232 (3 commits)")[![jameshind17](https://avatars.githubusercontent.com/u/26124703?v=4)](https://github.com/jameshind17 "jameshind17 (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/connect232-cakephp4-faqs/health.svg)

```
[![Health](https://phpackages.com/badges/connect232-cakephp4-faqs/health.svg)](https://phpackages.com/packages/connect232-cakephp4-faqs)
```

###  Alternatives

[friendsofcake/cakepdf

CakePHP plugin for creating and/or rendering Pdfs, several Pdf engines supported.

3752.1M3](/packages/friendsofcake-cakepdf)[cakephp/bake

Bake plugin for CakePHP

11211.2M156](/packages/cakephp-bake)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

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

The Queue plugin for CakePHP provides deferred task execution.

308850.3k14](/packages/dereuromark-cakephp-queue)[dereuromark/cakephp-ide-helper

CakePHP IdeHelper Plugin to improve auto-completion

1862.1M26](/packages/dereuromark-cakephp-ide-helper)[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)

PHPackages © 2026

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