PHPackages                             kasser/ksconfig - 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. kasser/ksconfig

ActiveYii2-extension

kasser/ksconfig
===============

Yii2 module for key-value settings support

19PHP

Since Feb 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kashirin/ksconfig)[ Packagist](https://packagist.org/packages/kasser/ksconfig)[ RSS](/packages/kasser-ksconfig/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ksconfig
========

[](#ksconfig)

Yii2 module for key-value settings support

Installation
------------

[](#installation)

Either run

```
php composer.phar require --prefer-dist kasser/ksconfig "*"

```

or add

```
"kasser/ksconfig": "*"

```

to the require section of your `composer.json` file.

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/kasser/ksconfig/migrations
```

in order to create the settings table in your database.

Usage
-----

[](#usage)

Typical component usage

```
$ksconfig = Yii::$app->getModule('ksconfig');

$value = $ksconfig->getVariable('email');
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/240309a8c448bc0af555d66c8d4f02926309c9fa21ec3dff44ad5028d7e6269a?d=identicon)[kashirin](/maintainers/kashirin)

### Embed Badge

![Health badge](/badges/kasser-ksconfig/health.svg)

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

PHPackages © 2026

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