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

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

jcabanillas/yii2-faq
====================

Yii2 FAQ extension

150PHP

Since May 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jcabanillas/yii2-faq)[ Packagist](https://packagist.org/packages/jcabanillas/yii2-faq)[ RSS](/packages/jcabanillas-yii2-faq/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 FAQ module
===============

[](#yii2-faq-module)

FAQ extension for Yii2

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

[](#installation)

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

Add repo to your composer.json

```
"repositories":[
    {
        "type": "git",
        "url": "https://github.com/andreydomovoy/yii2-faq"
    }
]

```

and run

```
php composer.phar require jcabanillas/yii2-faq:dev-master

```

Usage
-----

[](#usage)

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

- **Применить миграции**

```
yii migrate -p=@jcabanillas/faq/migrations

```

- **Инициализация**

Добавьте модуль в конфигурацию приложения:

```
'modules'   => [
    'faq'   => 'jcabanillas\faq\Module',
],
```

- **Работа с ЧАВО**

Администрирование:

```
faq/admin

```

Публичная часть:

```
faq/public

```

Язык использован из Application::language

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/f7795c713460c1b84d1432aecd5ab418b0f5ee57edd01fb1726b2acefa13d18c?d=identicon)[jcabanillas](/maintainers/jcabanillas)

### Embed Badge

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

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

###  Alternatives

[overtrue/chinese-calendar

中国农历转换与查询工具

544110.6k5](/packages/overtrue-chinese-calendar)[sitegeist/silhouettes

Preconfigure property-silhuettes that can be applied to various properties of multiple NodeTypes.

16159.5k](/packages/sitegeist-silhouettes)

PHPackages © 2026

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