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

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

theykk/config
=============

simple config class for php

1(8y ago)113MITPHPPHP &gt;=5.4.0

Since Jun 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/TheYkk/config)[ Packagist](https://packagist.org/packages/theykk/config)[ Docs](https://github.com/TheYkk/config)[ RSS](/packages/theykk-config/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Php basit ayar class'i
======================

[](#php-basit-ayar-classi)

Kullanim
--------

[](#kullanim)

Yapılandırma çok basit ve kullanımı kolay olacak şekilde tasarlanmıştır. Kullanim methodlari set , get , load , has .

### Dosya Tanimlama

[](#dosya-tanimlama)

`Config` classi statik olarak `load()` fonksiyonu ile yuklenebilir , ya da direk Config classi olusturulabilir.

```
use TheYkk\Config;

// Tekli Dosya Yukleme
$conf = Config::load('config.php');
$conf = new Config('config.php');

// Coklu dosya yukleme
$conf = new Config(['config.php', 'config.php']);
```

### Deger alma

[](#deger-alma)

`get()` methodu kullanarak alma:

```
// Key kullanarak deger alma
$db_user = $conf->get('database.user');
```

### Deger atama

[](#deger-atama)

`set()` ile yapilabilir :

```
$conf = Config::load('config.php');

$conf->set('genel.durum','oldu');
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2953d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/21688838?v=4)[Kaan Karakaya](/maintainers/TheYkk)[@TheYkk](https://github.com/TheYkk)

---

Top Contributors

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

---

Tags

classconfigphpphp-classphp-configphp-libraryphpconfigclassSimple

### Embed Badge

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

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

###  Alternatives

[fab2s/souuid

Simple Ordered Uuid Generator in PHP

13613.7k1](/packages/fab2s-souuid)

PHPackages © 2026

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