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(3mo ago)01↓77.8%1MITPHPPHP ^8.3

Since Mar 21Pushed 3mo 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 3w 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

34

—

LowBetter than 75% of packages

Maintenance82

Actively maintained with recent releases

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

95d 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)
```

###  Alternatives

[mageplaza/magento-2-product-slider

Magento 2 Product Slider

67227.4k2](/packages/mageplaza-magento-2-product-slider)[trntv/probe

System information provider

33675.6k5](/packages/trntv-probe)[youthage/laravel-geohash

LBS地理位置距离计算方法geohash，将一个经纬度信息，转换成一个可以排序，可以比较的字符串编码，用于高效搜索

1821.5k](/packages/youthage-laravel-geohash)

PHPackages © 2026

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