PHPackages                             he11d0g/yii2-nuts - 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. he11d0g/yii2-nuts

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

he11d0g/yii2-nuts
=================

Front tools extension for Yii2

020PHP

Since Mar 1Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Nuts
=========

[](#yii2-nuts)

Набор красивых виджетов для Yii2

В Nuts используется css фреймворк [Semantic UI](http://semantic-ui.com/)

> Расширение часто обновляется, добавляются новые виджеты и функционал. Текущие возможности расширения, а также примеры использования можно посмотреть [тут](http://yii-nuts.helldog.net)

### Установка

[](#установка)

У вас должен быть установлен [composer](https://getcomposer.org/):

```
$ composer require he11d0g/yii2-nuts
```

Отключаем bootstrap. Для этого в конфигурационном файле добавляем строку в разделе components :

```
'assetManager' => [
            'bundles' => [
                'yii\bootstrap\BootstrapPluginAsset' => [
                    'js'=>[]
                ],
                'yii\bootstrap\BootstrapAsset' => [
                    'css' => []
                ]
            ]
        ],

```

А также в файле assets/AppAssets.php заменяем строку:

```
'yii\bootstrap\BootstrapAsset',

```

на

```
'HD\yii\Nuts\assets\NutsCSSAsset',

```

Примеры использования и инструкции можно посмотеть [тут](http://yii-nuts.helldog.net)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/4129310?v=4)[HellDoG](/maintainers/he11d0g)[@he11d0g](https://github.com/he11d0g)

---

Top Contributors

[![he11d0g](https://avatars.githubusercontent.com/u/4129310?v=4)](https://github.com/he11d0g "he11d0g (16 commits)")

### Embed Badge

![Health badge](/badges/he11d0g-yii2-nuts/health.svg)

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

PHPackages © 2026

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