PHPackages                             inetstudio/articles - 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/articles

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

inetstudio/articles
===================

Package for articles

v10.0.2(1y ago)06.0k2MITPHP

Since Aug 7Pushed 1y agoCompare

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

READMEChangelog (10)Dependencies (10)Versions (219)Used By (0)

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

[](#elasticsearch)

```
curl -X PUT "localhost:9200/app_index_articles" -H 'Content-Type: application/json' -d'
{
   "mappings":{
      "properties":{
          "type": {
             "type":"keyword"
          },
          "id":{
             "type":"integer"
          },
          "is_published": {
             "type":"boolean"
          },
          "classifiers": {
          	"type":"integer"
          },
          "title":{
             "type":"text"
          },
          "description":{
             "type":"text"
          },
          "content":{
             "type":"text"
          },
          "publish_date": {
             "type":"date"
          },
          "tags":{
             "type":"nested"
          },
          "products":{
             "type":"nested"
          },
          "ingredients":{
             "type":"nested"
          }
       }
   }
}
'

```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

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

Recently: every ~243 days

Total

205

Last Release

651d ago

Major Versions

v1.8.28 → v6.0.02019-10-02

v6.6.0 → v7.0.02020-03-24

v7.1.1 → v8.0.02020-09-21

v8.1.1 → v9.0.02023-03-28

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 (220 commits)")

### Embed Badge

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

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

PHPackages © 2026

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