PHPackages                             pashkinz92/yii2-params - 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. pashkinz92/yii2-params

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

pashkinz92/yii2-params
======================

Work with params for Yii2

161PHP

Since Jul 29Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Pashkinz92/yii2-params)[ Packagist](https://packagist.org/packages/pashkinz92/yii2-params)[ RSS](/packages/pashkinz92-yii2-params/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Work with params for Yii2
=========================

[](#work-with-params-for-yii2)

Work with params for Yii2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist pashkinz92/yii2-params "dev-master"

```

or add

```
"pashkinz92/yii2-params": "dev-master"

```

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

Usage
-----

[](#usage)

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

```
$config['bootstrap'][] = 'params';
$config['modules']['params'] = [
    'class' => 'pashkinz92\params\module\ParamsModule',
];

```

`yii migrate --migrationPath=@pashkinz92/params/migrations`

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/1906420de8070f7e087f527d4c57377c3a0c6a0acce00271c5b7a6bcd0f60ea8?d=identicon)[Pashkinz92](/maintainers/Pashkinz92)

---

Top Contributors

[![Pashkinz92](https://avatars.githubusercontent.com/u/4114995?v=4)](https://github.com/Pashkinz92 "Pashkinz92 (11 commits)")[![pilothats](https://avatars.githubusercontent.com/u/1327335?v=4)](https://github.com/pilothats "pilothats (1 commits)")

### Embed Badge

![Health badge](/badges/pashkinz92-yii2-params/health.svg)

```
[![Health](https://phpackages.com/badges/pashkinz92-yii2-params/health.svg)](https://phpackages.com/packages/pashkinz92-yii2-params)
```

PHPackages © 2026

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