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

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

jeyroik/extas-base
==================

Base Extas package

2.11.0(4y ago)04.8k[1 PRs](https://github.com/jeyroik/extas-base/pulls)20PHP

Since Sep 3Pushed 3y agoCompare

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

READMEChangelog (10)Dependencies (4)Versions (19)Used By (20)

[![PHP Composer](https://github.com/jeyroik/extas-base/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-base/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/b0bd84fd537633c0d5a6308c3843fff0e9e72ed269e30cd1071b855ebb972f85/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d626173652f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/b0bd84fd537633c0d5a6308c3843fff0e9e72ed269e30cd1071b855ebb972f85/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d626173652f636f7665726167652e7376673f6272616e63683d6d6173746572)

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

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

Пакет с базовыми интерфейсами и трейтами с их реализацией.

Tests
=====

[](#tests)

`# composer run-script test`

Usage
=====

[](#usage)

```
use extas\interafces\IHasName;
use extas\interafces\IHasDescription;

use extas\components\THasName;
use extas\components\THasDescription;
use extas\components\parameters\THasParameters;
use extas\components\Item;

class Car extends Item implements IHasName, IHasDescription
{
    use THasName;
    use THasDescription;
}

$car = new Car([
    Car::FIELD__NAME => 'My car',
    Car::FIELD__DESCRIPTION => 'This is my car'
]);

echo $car->getName(); // 'My car'
$car->setName('Not my car');

echo $car->getDescription(); // 'This is my car'
$car->setDescription('This is not my car');
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity67

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

Recently: every ~106 days

Total

16

Last Release

1729d ago

Major Versions

0.0.5 → 1.0.22020-03-18

1.1.0 → 2.0.02020-03-25

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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