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

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

conquer/gii-modal
=================

Yii2 gii modal

1.1.1(10y ago)112.0k↓41.7%21MITPHPPHP &gt;=5.4.0

Since Sep 24Pushed 10y ago2 watchersCompare

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

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

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

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3794d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67126642d0e8ae8837b3104dcd120f7992ed0837538a7d140914e17420eb17c2?d=identicon)[borodulin](/maintainers/borodulin)

---

Top Contributors

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

---

Tags

yii2extensionmodalgii

### Embed Badge

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

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

###  Alternatives

[kartik-v/yii2-dialog

An asset bundle for bootstrap3-dialog for Yii 2.0 framework.

496.2M18](/packages/kartik-v-yii2-dialog)[elisdn/yii2-gii-fixture-generator

Fixture class generator for Gii module of Yii2 Framework.

25300.3k2](/packages/elisdn-yii2-gii-fixture-generator)[mdmsoft/yii2-gii

Yii2 custom generator for gii

1335.4k1](/packages/mdmsoft-yii2-gii)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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