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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

secretwebmaster/wncms-faqs
==========================

FAQ module package for WNCMS

v1.0.2(7mo ago)00MITPHPPHP ^8.2

Since Oct 19Pushed 7mo agoCompare

[ Source](https://github.com/secretwebmaster/wncms-faqs)[ Packagist](https://packagist.org/packages/secretwebmaster/wncms-faqs)[ RSS](/packages/secretwebmaster-wncms-faqs/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (4)Used By (0)

WNCMS FAQs
==========

[](#wncms-faqs)

A modular FAQ management package for **WNCMS** (Laravel-based CMS).
This package provides backend CRUD interfaces, API routes, and frontend rendering for Frequently Asked Questions.

---

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

[](#installation)

Require the package via Composer:

```
composer require secretwebmaster/wncms-faqs
```

If you’re developing locally with `wncms-core` in a monorepo, you can also link it as a path repository.

---

Configuration
-------------

[](#configuration)

The service provider `Secretwebmaster\WncmsFaqs\Providers\WncmsFaqsServiceProvider` is auto-discovered by Laravel.

After installation, run the migrations:

```
php artisan migrate
```

Optionally, seed example data:

```
php artisan db:seed --class=Secretwebmaster\\WncmsFaqs\\Database\\Seeders\\FaqSeeder
```

---

Usage
-----

[](#usage)

The package automatically registers the following routes (depending on your WNCMS version):

- **Backend:** `/panel/faqs`
- **API:** `/api/v1/faqs`

Each FAQ supports translatable fields (if `wncms-translatable` is installed) and integrates with `FaqManager` for listing and filtering.

Example:

```
use Secretwebmaster\WncmsFaqs\Services\Managers\FaqManager;

$faqs = (new FaqManager())->getList(['status' => 'active']);
```

---

Directory Structure
-------------------

[](#directory-structure)

```
wncms-faqs/
├── composer.json
├── database/
│   ├── migrations/
│   └── seeders/
├── resources/
│   ├── lang/
│   └── views/
├── routes/
├── src/
│   ├── Http/
│   ├── Models/
│   ├── Providers/
│   └── Services/
└── README.md

```

---

Author
------

[](#author)

**Secretwebmaster**

---

License
-------

[](#license)

This package is open-sourced software licensed under the **MIT License**.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance63

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~15 days

Total

3

Last Release

227d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16463637?v=4)[secretwebmaster](/maintainers/secretwebmaster)[@secretwebmaster](https://github.com/secretwebmaster)

---

Top Contributors

[![secretwebmaster](https://avatars.githubusercontent.com/u/16463637?v=4)](https://github.com/secretwebmaster "secretwebmaster (3 commits)")

---

Tags

laravelcmsFAQwncms

### Embed Badge

![Health badge](/badges/secretwebmaster-wncms-faqs/health.svg)

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

PHPackages © 2026

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