PHPackages                             yangshihe/yii2-zui - 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. [Templating &amp; Views](/categories/templating)
4. /
5. yangshihe/yii2-zui

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

yangshihe/yii2-zui
==================

The ZUI extension for the Yii framework

2.0.8(9y ago)3341[1 issues](https://github.com/yangshihe/yii2-zui/issues)MITCSSPHP &gt;=5.4.0

Since Dec 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/yangshihe/yii2-zui)[ Packagist](https://packagist.org/packages/yangshihe/yii2-zui)[ Docs](https://github.com/yangshihe/yii2-zui)[ RSS](/packages/yangshihe-yii2-zui/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

Yii2 ZUI
========

[](#yii2-zui)

---

**版本2还尚未发布**一个基于Yii2 + Bootstrap =&gt; ZUI 定制开源前端实践.

***第二次规划, 放弃第一版的更新***;

ZUI项目网站：  。

描述
--

[](#描述)

- 轻量级整合；
- 易于定制，有多个版本供选择，主要版本包含大部分特性，额外的内容按需加载。
- 一般还是不要安装这个, 这是一个 个人使用的扩展,其他人若要使用需要重新生产。

### 安装

[](#安装)

Either run

```
$ composer require yangshihe/yii2-zui

```

or add

```
"yangshihe/yii2-zui": "^1.5"

```

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

### 配置相关

[](#配置相关)

```
app/AppAsset.php;

class AppAsset extends AssetBundle {

    public $depends = [
		'yangshihe\zui\ZuiAsset',
	];
}
```

控制器 取消原生态的 BootstrapAsset

```
    public function init()
    {

        parent::init();

        Yii::$app->assetManager->bundles = [
            'yii\bootstrap\BootstrapAsset' => [
                'css' => [],
            ],
            'yii\bootstrap\BootstrapPluginAsset' => [
                'js' => [],
            ],
            'yii\bootstrap\BootstrapThemeAsset' => [
                'css' => [],
            ]
        ];

    }
```

Demo
----

[](#demo)

暂无

### 其他

[](#其他)

等待下一次更新,更多的在挂件目录,头部一般含有使用方式

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~42 days

Total

9

Last Release

3292d ago

Major Versions

1.5.1 → 2.0.12016-12-07

PHP version history (2 changes)1.5.1PHP &gt;=7

2.0.8PHP &gt;=5.4.0

### Community

Maintainers

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

---

Top Contributors

[![yangshihe](https://avatars.githubusercontent.com/u/16794024?v=4)](https://github.com/yangshihe "yangshihe (49 commits)")

---

Tags

pluginviewyii2extensionthemeZUI

### Embed Badge

![Health badge](/badges/yangshihe-yii2-zui/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

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

Shoot aims to make providing data to your templates more manageable

40229.9k2](/packages/shoot-shoot)[raoul2000/yii2-bootswatch-asset

Use Bootswatch theme in your Yii application with minimum effort

2045.3k4](/packages/raoul2000-yii2-bootswatch-asset)[marekpetras/yii2-calendarview-widget

CalendarView widget for Yii 2 Framework.

2229.6k](/packages/marekpetras-yii2-calendarview-widget)[ricar2ce/yii2-material-theme

Material Theme for Yii2

165.9k](/packages/ricar2ce-yii2-material-theme)

PHPackages © 2026

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