PHPackages                             tejrajs/setting - 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. tejrajs/setting

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

tejrajs/setting
===============

Yii2 Framework Dynamic Setting - Development package

0.0.1(10y ago)1128GNU GPL V3PHPPHP &gt;=5.4.0

Since Jul 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tejrajs/setting)[ Packagist](https://packagist.org/packages/tejrajs/setting)[ Docs](https://github.com/tejrajs/setting/blob/master/README.md)[ RSS](/packages/tejrajs-setting/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Setting
=======

[](#setting)

Yii2 Framework Dynamic Setting - Development package

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist tejrajs/setting "dev-master"

```

or add

```
"tejrajs/setting": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

### Migration

[](#migration)

Migration run

```
yii migrate --migrationPath=@tejrajs/setting/migrations
```

### Config backend modules in backend/config/main.php

[](#config-backend-modules-in-backendconfigmainphp)

```
    //'defaultRoute' => 'setting', //set setting as default route optional
    'modules' => [
        'setting' => [
    		'class' => 'tejrajs\setting\Module',
    		'controllerNamespace' => 'tejrajs\setting\controllers'
    	],
    ],
```

### Access Url

[](#access-url)

1. backend :

### To Use Mail In common/config/main.php

[](#to-use-mail-in-commonconfigmainphp)

```
'components' => [
	'mail' => 'tejrajs\setting\components\Email',
],
```

```

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

3953d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84c7888a9b742703b7ce15467b9e68b640d8ab0e4a4025a076be130e6d88f9e6?d=identicon)[tejrajs](/maintainers/tejrajs)

---

Top Contributors

[![tejrajs](https://avatars.githubusercontent.com/u/1274518?v=4)](https://github.com/tejrajs "tejrajs (13 commits)")[![tej-bentray](https://avatars.githubusercontent.com/u/12558941?v=4)](https://github.com/tej-bentray "tej-bentray (6 commits)")

---

Tags

setting

### Embed Badge

![Health badge](/badges/tejrajs-setting/health.svg)

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

###  Alternatives

[tourze/workerman-yii2

541.3k](/packages/tourze-workerman-yii2)

PHPackages © 2026

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