PHPackages                             nullref/yii2-dialog - 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. nullref/yii2-dialog

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

nullref/yii2-dialog
===================

Yii2 module for dialog

140PHP

Since Mar 25Pushed 9y ago2 watchersCompare

[ Source](https://github.com/NullRefExcep/yii2-dialog)[ Packagist](https://packagist.org/packages/nullref/yii2-dialog)[ RSS](/packages/nullref-yii2-dialog/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-dialog
===========

[](#yii2-dialog)

Yii2 module for dialogs (WIP)

[![Latest Stable Version](https://camo.githubusercontent.com/2b788b9b102aa29ef0bc2d1094f19fa3d8bb0799d10e199841ec346b1f3f1444/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d6469616c6f672f762f737461626c65)](https://packagist.org/packages/nullref/yii2-dialog)[![Total Downloads](https://camo.githubusercontent.com/3bac4048530abbd3730035844c1a3b2c409209a9a5732be7f07f2ffba5b8379b/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d6469616c6f672f646f776e6c6f616473)](https://packagist.org/packages/nullref/yii2-dialog)[![Latest Unstable Version](https://camo.githubusercontent.com/b439a6495919b298b6656a1da2cbb754b58735be412b93a7c274cad56fef5f26/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d6469616c6f672f762f756e737461626c65)](https://packagist.org/packages/nullref/yii2-dialog)[![License](https://camo.githubusercontent.com/1206e94ef02a9ec8b744b6cd5c50bcebe7ca117ee80c096ee48eff18566aa442/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d6469616c6f672f6c6963656e7365)](https://packagist.org/packages/nullref/yii2-dialog)

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

[](#installation)

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

Either run

```
composer require --prefer-dist nullref/yii2-dialog
```

or add

```
"nullref/yii2-dialog": "*"

```

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

Then add module to application config:

```
...
'modules' => [
...
    'dialog' => [
        'class' => 'nullref\dialog\Module',
        'components' => [
            'userManager' => [
                'class' => 'nullref\dialog\components\UserManager',
                'modelClass' => 'your User model class',
            ],
        ],
    ],
...
],
...
```

User model class must implements `nullref\dialog\interfaces\UserModel`.

Usage
-----

[](#usage)

You can use dialog widget(nullref\\dialog\\widgets\\Dialog):

```

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5e9417df48f462cf27e16429bed321f138e1db5b943c6b026aab97b86b42b55?d=identicon)[ZAYEC77](/maintainers/ZAYEC77)

---

Top Contributors

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

---

Tags

yii2yii2-dialogyii2-extension

### Embed Badge

![Health badge](/badges/nullref-yii2-dialog/health.svg)

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

PHPackages © 2026

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