PHPackages                             jeyroik/extas-values - 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. jeyroik/extas-values

ActiveLibrary

jeyroik/extas-values
====================

Values for Extas

1.1.0(5y ago)04823PHP

Since May 21Pushed 5y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (7)Versions (6)Used By (3)

[![tests](https://github.com/jeyroik/extas-values/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-values/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/8e98c6822204d034ce4bd3bd98ff5dd06c714e2a8ea058128ccf8e2cb602b509/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d76616c7565732f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/8e98c6822204d034ce4bd3bd98ff5dd06c714e2a8ea058128ccf8e2cb602b509/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d76616c7565732f636f7665726167652e7376673f6272616e63683d6d6173746572)[![PHPStan Enabled](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![](https://camo.githubusercontent.com/bf3718145cb8d8fc3a9be335c7d9ddb80977352b8160bee0a9996ac77f9366d9/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62333763656431666439336332376333656665632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-values/maintainability)

Описание
========

[](#описание)

Базовый пакет для обработчиков значений.

Использование
=============

[](#использование)

`extas.json`

```
{
  "values": [
    {
      "name": "test",
      "title": "Test",
      "description": "Set value to test",
      "class": "tests\\TestValueDispatcher"
    }
  ]
}
```

```
use extas\components\Item;
use extas\components\THasValue;
use extas\components\THasComplexValue;

$item = new class extends Item {
    use THasValue;
    use THasComplexValue;
    protected function getSubjectForExtension(): string
    {
        return 'test';
    }
};

echo $item->buildValue(); // test
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

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

Every ~4 days

Total

4

Last Release

2166d ago

Major Versions

0.2.0 → 1.0.02020-05-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aaec5c4bade6ab2b5d1a0f7d97ab4e0ff2ce83937f76499b2888ad16cde5e04?d=identicon)[jeyroik](/maintainers/jeyroik)

---

Top Contributors

[![jeyroik](https://avatars.githubusercontent.com/u/6348124?v=4)](https://github.com/jeyroik "jeyroik (13 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/jeyroik-extas-values/health.svg)

```
[![Health](https://phpackages.com/badges/jeyroik-extas-values/health.svg)](https://phpackages.com/packages/jeyroik-extas-values)
```

PHPackages © 2026

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