PHPackages                             simplydi/simplyconfig - 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. simplydi/simplyconfig

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

simplydi/simplyconfig
=====================

A very simple configuration component for any app using yaml files

2281PHP

Since Aug 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/bharatkumar200/SimplyConfig)[ Packagist](https://packagist.org/packages/simplydi/simplyconfig)[ RSS](/packages/simplydi-simplyconfig/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (1)

SimplyConfig
============

[](#simplyconfig)

A verify simple configuration component using Yaml files

Usage
-----

[](#usage)

**Your YAML file: settings.yaml**

```
app:
  name: It works
  timezone: UTC

otherConfig: this thing works too
```

**In your app**:

```
// init the class and pass the path to yaml file
$config = new \SimplyDi\SimplyConfig\Config("/path/to/settings.yaml");

// can use dot notation
$appName = $config->get('app.name');

echo $appName; // prints "It works"

echo $config->get('otherConfig'); // prints "this thing works too"
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e62fc23e7e11617b80edb58e4d3df6722b8fd31c36e97cdc70e21a70631d465e?d=identicon)[bharatkumar200](/maintainers/bharatkumar200)

---

Top Contributors

[![bharatkumar200](https://avatars.githubusercontent.com/u/100014921?v=4)](https://github.com/bharatkumar200 "bharatkumar200 (3 commits)")[![namankumar80510](https://avatars.githubusercontent.com/u/72571211?v=4)](https://github.com/namankumar80510 "namankumar80510 (1 commits)")

### Embed Badge

![Health badge](/badges/simplydi-simplyconfig/health.svg)

```
[![Health](https://phpackages.com/badges/simplydi-simplyconfig/health.svg)](https://phpackages.com/packages/simplydi-simplyconfig)
```

PHPackages © 2026

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