PHPackages                             juraev/yii2dp - 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. juraev/yii2dp

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

juraev/yii2dp
=============

Site settings

0.1.4(5y ago)017Apache-2.0PHP

Since Jan 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/azizjuraev9/yii2dp)[ Packagist](https://packagist.org/packages/juraev/yii2dp)[ RSS](/packages/juraev-yii2dp/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

yii2dp
======

[](#yii2dp)

This extension allows you to add setting to your yii2 based web site

### Install

[](#install)

**to install run:**

```
composer require juraev/yii2dp

```

**Init table:**

```
yii migrate --migrationPath=@vendor/juraev/yii2dp/migrations

```

**Configure module:**

```
'modules' => [
	...
	'yii2dp' => [
		'class' => 'juraev\yii2dp\admin\Module',
		'params' => [

			// Usernames who can change settings
			'editor_usernames' => ['username1','username2'],

			// User roles who can change settings
			'editor_role' => 'role',

			// Usernames who can create, update, delete settings
			'creator_usernames' => ['username1','username2'],

			// User roles who can create, update, delete settings
			'editor_role' => 'creator_role',
		],
	],
	...
 ],

```

**To use settings:**

```
juraev\yii2dp\Params::get('key')

```

this will return the value of `key`

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Recently: every ~144 days

Total

6

Last Release

2154d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12931509?v=4)[Aziz](/maintainers/azizjuraev9)[@azizjuraev9](https://github.com/azizjuraev9)

---

Top Contributors

[![azizjuraev9](https://avatars.githubusercontent.com/u/12931509?v=4)](https://github.com/azizjuraev9 "azizjuraev9 (9 commits)")

### Embed Badge

![Health badge](/badges/juraev-yii2dp/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)

PHPackages © 2026

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