PHPackages                             touta/eolas-config - 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. touta/eolas-config

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

touta/eolas-config
==================

Configuration loading, merging, and typed access for the Touta PHP ecosystem

v0.1.0(4mo ago)01↓83.3%1MITPHPPHP ^8.3

Since Mar 21Pushed 4mo agoCompare

[ Source](https://github.com/toutaio/eolas-config)[ Packagist](https://packagist.org/packages/touta/eolas-config)[ RSS](/packages/touta-eolas-config/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (2)Used By (1)

Eolas Config
============

[](#eolas-config)

Configuration loading, merging, and typed access for the Touta PHP ecosystem.

Install
-------

[](#install)

```
composer require touta/eolas-config
```

Usage
-----

[](#usage)

```
use Touta\Eolas\ConfigRepository;
use Touta\Eolas\ArrayLoader;

$loader = new ArrayLoader(['app' => ['name' => 'MyApp', 'debug' => true]]);
$config = ConfigRepository::fromLoader($loader);

$name = $config->get('app.name');    // Success('MyApp')
$missing = $config->get('app.foo');  // Failure(...)
```

License
-------

[](#license)

MIT

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance74

Regular maintenance activity

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

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

Unknown

Total

1

Last Release

140d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1775687?v=4)[Nestor Mata Cuthbert](/maintainers/nestormata)[@nestormata](https://github.com/nestormata)

---

Top Contributors

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

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/touta-eolas-config/health.svg)

```
[![Health](https://phpackages.com/badges/touta-eolas-config/health.svg)](https://phpackages.com/packages/touta-eolas-config)
```

PHPackages © 2026

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