PHPackages                             pistej/yii2-faq - 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. pistej/yii2-faq

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

pistej/yii2-faq
===============

Simple Yii2 FAQ extension

0.1.0(7y ago)022[1 issues](https://github.com/pistej/yii2-faq/issues)BSD-3-ClausePHPPHP &gt;=7.1

Since Jan 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pistej/yii2-faq)[ Packagist](https://packagist.org/packages/pistej/yii2-faq)[ RSS](/packages/pistej-yii2-faq/feed)WikiDiscussions master Synced yesterday

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

Yii2 FAQ extension
==================

[](#yii2-faq-extension)

Simple Yii2 FAQ extension - show help text based on visited application URL and application language.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist pistej/yii2-faq "~0.1"

```

or add

```
"pistej/yii2-faq": "~0.1"

```

to the require section of your `composer.json` file.

To run database migrations, simply call:

```
php yii migrate/up --migrationPath=vendor/pistej/yii2-faq/migrations/
```

Usage
-----

[](#usage)

You should add module to your config:

```
'modules' => [
    ...
    'faq' => [
        'class' => 'pistej\faq\Faq',
    ],
],
```

To display FAQ CRUD (administration pages) just go to URL:
example.com/faq/qa/index
example.com/faq/group/index Actions are allowed for authenticated users only.

Once the extension is installed, simply use it in your code or layout by:

```

```

Translations
------------

[](#translations)

To add new language, (clone repository, install composer) add new language code into message/config.php file

```
'languages' => ['sk', 'pl'],
```

and run yii command to extract messages from root folder

```
php vendor/bin/yii message messages/config.php
```

translate newly created messages and create PR.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

2663d ago

### Community

Maintainers

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

---

Top Contributors

[![pistej](https://avatars.githubusercontent.com/u/9282821?v=4)](https://github.com/pistej "pistej (9 commits)")

---

Tags

yii2extensionmoduleFAQhelp

### Embed Badge

![Health badge](/badges/pistej-yii2-faq/health.svg)

```
[![Health](https://phpackages.com/badges/pistej-yii2-faq/health.svg)](https://phpackages.com/packages/pistej-yii2-faq)
```

###  Alternatives

[onmotion/yii2-telegram

Support chat for site based on Telegram bot

526.3k](/packages/onmotion-yii2-telegram)

PHPackages © 2026

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