PHPackages                             jeyroik/extas-system-options - 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-system-options

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

jeyroik/extas-system-options
============================

System options for extas

0.1.0(2y ago)0478↓33.3%2PHP

Since Jul 12Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (3)Used By (2)

[![tests](https://github.com/jeyroik/extas-system-options/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-system-options/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/9c6bcd66faa7e28fd33b7778f9fa85a65449537f7875c79eddbd22ae69173699/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d73797374656d2d6f7074696f6e732f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/9c6bcd66faa7e28fd33b7778f9fa85a65449537f7875c79eddbd22ae69173699/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d73797374656d2d6f7074696f6e732f636f7665726167652e7376673f6272616e63683d6d6173746572)[![](https://camo.githubusercontent.com/93a617d6fc1e654221f0977ef7623eece812a545aed0d30281be1de0f7652259/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f62383061666532363663323430363135313935652f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-system-options/maintainability)[![Latest Stable Version](https://camo.githubusercontent.com/7e72591df12fc8409ce228207ec78370b366cba9abcefc5a62fb2981f4bfceae/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d73797374656d2d6f7074696f6e732f76)](//packagist.org/packages/jeyroik/extas-system-options)[![Total Downloads](https://camo.githubusercontent.com/40f7d30d8d94ae450dd9e7a40f45ed7be970db4d5f3179a790714decc126d6e1/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d73797374656d2d6f7074696f6e732f646f776e6c6f616473)](//packagist.org/packages/jeyroik/extas-system-options)[![Dependents](https://camo.githubusercontent.com/72ed77e47287697cbd7884ef3f21ef051874e5aad12d786cdbc25f67e2abe4f0/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d73797374656d2d6f7074696f6e732f646570656e64656e7473)](//packagist.org/packages/jeyroik/extas-system-options)

extas-system-options
====================

[](#extas-system-options)

System options for extas

usage
=====

[](#usage)

in an extas.json

```
{
    "system_options": [
        {
            "name": "some.name",
            "title": "Some param",
            "description": "Some system param",
            "value": "string|int|array|object"
        }
    ]
}
```

in a code

```
$system = new System();

$option = $system->systemOptions()->one([ISystemOption::FIELD__NAME => 'some.name']);
print_r($option->getValue());

//or

if ($system->hasOption('some.name')) {
    print_r($system->getOptionValue());
}
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Total

2

Last Release

1032d ago

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[acquia/drupal-environment-detector

Provides common methods for detecting the current Acquia environment

105.9M19](/packages/acquia-drupal-environment-detector)

PHPackages © 2026

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