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

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

inetstudio/faq
==============

Package for faq

v10.0.0(2y ago)05.4kMITPHP

Since Jun 17Pushed 2y agoCompare

[ Source](https://github.com/inetstudio/faq)[ Packagist](https://packagist.org/packages/inetstudio/faq)[ Docs](https://github.com/inetstudio/faq)[ RSS](/packages/inetstudio-faq/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (101)Used By (0)

Elasticsearch
=============

[](#elasticsearch)

```
curl -X PUT "localhost:9200/app_index_faq" -H 'Content-Type: application/json' -d'
{
  "settings": {
   "analysis": {
     "filter": {
       "ru_stop": {
         "type": "stop",
         "stopwords": "_russian_"
       },
       "ru_stemmer": {
         "type": "stemmer",
         "language": "russian"
       }
     },
     "analyzer": {
       "default": {
         "char_filter": [
           "html_strip"
         ],
         "tokenizer": "standard",
         "filter": [
           "lowercase",
           "ru_stop",
           "ru_stemmer"
         ]
       }
     }
   }
  },
   "mappings":{
      "properties":{
          "type": {
             "type":"keyword"
          },
          "id":{
             "type":"integer"
          },
          "is_published": {
             "type":"boolean"
          },
          "question":{
             "type":"text"
          },
          "answer":{
             "type":"text"
          }
       }
   }
}
'

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity79

Established project with proven stability

 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 ~22 days

Recently: every ~188 days

Total

91

Last Release

870d ago

Major Versions

v1.8.17 → v6.0.02019-10-02

v6.3.0 → v7.0.02020-03-24

v7.1.1 → v8.0.02020-09-21

v8.1.3 → v9.0.02023-04-14

v9.0.0 → v10.0.02023-12-30

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1526046?v=4)[Inet Production](/maintainers/inetstudio)[@inetstudio](https://github.com/inetstudio)

---

Top Contributors

[![bukin](https://avatars.githubusercontent.com/u/31571172?v=4)](https://github.com/bukin "bukin (93 commits)")

### Embed Badge

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

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

PHPackages © 2026

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