PHPackages                             inetstudio/products-finder - 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/products-finder

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

inetstudio/products-finder
==========================

Package for products catalog

v10.0.0(2y ago)04.7kMITPHP

Since Mar 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/inetstudio/products-finder)[ Packagist](https://packagist.org/packages/inetstudio/products-finder)[ Docs](https://github.com/inetstudio/products-finder)[ RSS](/packages/inetstudio-products-finder/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (4)Versions (80)Used By (0)

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

[](#elasticsearch)

```
curl -X PUT "localhost:9200/app_index_products_finder" -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"
          },
          "brand":{
             "type":"text"
          },
          "series":{
             "type":"text"
          },
          "title":{
             "type":"text"
          },
          "description":{
             "type":"text"
          },
          "benefits":{
             "type":"text"
          },
          "how_to_use":{
             "type":"text"
          },
          "search_field":{
             "type":"text"
          },
          "classifiers":{
             "type":"nested"
          }
       }
   }
}
'

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 98.3% 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 ~25 days

Recently: every ~188 days

Total

69

Last Release

867d ago

Major Versions

v1.8.47 → v6.0.02019-10-02

v6.3.1 → v7.0.02020-03-24

v7.1.1 → v8.0.02020-09-21

v8.1.4 → 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 (115 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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