PHPackages                             ruzk/gii-modal-modern - 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. ruzk/gii-modal-modern

ActiveYii2-extension

ruzk/gii-modal-modern
=====================

Yii2 gii modal

1.1(10y ago)018MITPHPPHP &gt;=5.4.0

Since Sep 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/arruzk/yii2-gii-modal)[ Packagist](https://packagist.org/packages/ruzk/gii-modal-modern)[ Docs](https://github.com/borodulin/yii2-gii-modal)[ RSS](/packages/ruzk-gii-modal-modern/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Modal CRUD Gii templates for Yii2 framework
===========================================

[](#modal-crud-gii-templates-for-yii2-framework)

Description
-----------

[](#description)

This generator generates, controller and views that allow you to edit and view the data in the modal windows. Uses the Bootstrap Modals.

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

[](#installation)

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

To install, either run

```
$ php composer.phar require conquer/gii-modal "*"

```

or add

```
"conquer/gii-modal": "*"

```

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

Usage
-----

[](#usage)

Add to config file:

```
if (YII_ENV_DEV) {

    // configuration adjustments for 'dev' environment
    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
        'allowedIPs' => ['127.0.0.1', '::1'],
        'generators' => [
            'modal_crud' => [ // generator name
                'class' => 'conquer\gii\templates\crud\Generator', // generator class
            ]
        ],
    ];
}
```

License
-------

[](#license)

**conquer/gii-modal** is released under the MIT License. See the bundled `LICENSE.md` for details.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

3884d ago

### Community

---

Top Contributors

[![borodulin](https://avatars.githubusercontent.com/u/8121448?v=4)](https://github.com/borodulin "borodulin (10 commits)")[![arruzk](https://avatars.githubusercontent.com/u/454904?v=4)](https://github.com/arruzk "arruzk (2 commits)")

### Embed Badge

![Health badge](/badges/ruzk-gii-modal-modern/health.svg)

```
[![Health](https://phpackages.com/badges/ruzk-gii-modal-modern/health.svg)](https://phpackages.com/packages/ruzk-gii-modal-modern)
```

PHPackages © 2026

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