PHPackages                             gephart/configuration - 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. gephart/configuration

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

gephart/configuration
=====================

Gephart Configuration Component

0.5(8y ago)06805MITPHPPHP &gt;=7.1

Since Feb 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/gephart/configuration)[ Packagist](https://packagist.org/packages/gephart/configuration)[ Docs](https://github.com/gephart/configuration)[ RSS](/packages/gephart-configuration/feed)WikiDiscussions master Synced yesterday

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

Gephart Configuration
=====================

[](#gephart-configuration)

[![php](https://github.com/gephart/configuration/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/gephart/configuration/actions)

Dependencies
------------

[](#dependencies)

- PHP &gt;= 7.1

Instalation
-----------

[](#instalation)

```
composer require gephart/configuration
```

Basic using
-----------

[](#basic-using)

/config/my.json

/index.php

```
$configuration = new \Gephart\Configuration\Configuration();
$configuration->setDirectory(__DIR__ . "/config");
$my_configuration = $configuration->get("my");
// Array data from my.json
```

Usign with gephart/dependency-injection
---------------------------------------

[](#usign-with-gephartdependency-injection)

```
$container = new \Gephart\DependencyInjection\Container();
$configuration = $container->get(\Gephart\Configuration\Configuration::class);
$configuration->setDirectory(__DIR__ . "/config");
// Next code (routing etc...)
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

5

Last Release

3193d ago

PHP version history (2 changes)0.1PHP &gt;=7.0

0.4PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1405383?v=4)[Michal Katuščák](/maintainers/MichalKatuscak)[@MichalKatuscak](https://github.com/MichalKatuscak)

---

Top Contributors

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

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/gephart-configuration/health.svg)

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

###  Alternatives

[destinylab/swetest

The simple wrapper of swisseph library's swetest

211.9k](/packages/destinylab-swetest)

PHPackages © 2026

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