PHPackages                             ceyhunism/yii2-gentellela-crud-template - 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. ceyhunism/yii2-gentellela-crud-template

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

ceyhunism/yii2-gentellela-crud-template
=======================================

CRUD template to Gentellela integrated with yii2

02171PHP

Since Dec 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ceyhunism/yii2-gentellela-crud-template)[ Packagist](https://packagist.org/packages/ceyhunism/yii2-gentellela-crud-template)[ RSS](/packages/ceyhunism-yii2-gentellela-crud-template/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

YII 2 Gentellela Admin CRUD
===========================

[](#yii-2-gentellela-admin-crud)

Gentellela Admin

Интеграция Gentellela шаблона к CRUD в Gii.

Установка CRUD шаблона
----------------------

[](#установка-crud-шаблона)

Нужно выполнить:

```
composer require ceyhunism/yii2-gentellela-crud-template

```

или добавить в composer.json в "required"

```
"ceyhunism/yii2-gentellela-crud-template": "dev-master"

```

---

Альтернативный способ установки: Скопировать весь проект ceyhunism/yii2-gentellela-crud-template в папку @vendor

Настройка GII шаблона
---------------------

[](#настройка-gii-шаблона)

В конфигурационном файле /config/main.php нужно добавить:

```
$config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
          'generators' => [
            'crud' => [
                'class' => 'yii\gii\generators\crud\Generator',
                'templates' => [
                    'custom' => '@vendor/ceyhunism/yii2-gentellela-crud-template',
                ]
            ]
        ],
    ];

```

После этого при использовании CRUD в Gii в разделе "Code Template" необходимо выбрать соответствующий шаблон.

\##Flash cообщения Для использования flash сообщений в базовом контроллере, который расширяют другие контроллеры необходимо объявить функцию set\_session

```
protected function set_session($type, $message)
{
    Yii::$app->session->setFlash($type, Html::encode($message));
}

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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/ef8c9122783ce59a7e57e55b969fa9b96c55447fb7d5668b6d3e9ae8f95a1878?d=identicon)[ceyhunism](/maintainers/ceyhunism)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ceyhunism-yii2-gentellela-crud-template/health.svg)

```
[![Health](https://phpackages.com/badges/ceyhunism-yii2-gentellela-crud-template/health.svg)](https://phpackages.com/packages/ceyhunism-yii2-gentellela-crud-template)
```

###  Alternatives

[rich-davis1/phpw2v

A PHP implementation of Word2Vec, a popular word embedding algorithm created by Tomas Mikolov and popularized by Radim Řehůřek &amp; Peter Sojka with the Gensim Python library.

481.2k](/packages/rich-davis1-phpw2v)

PHPackages © 2026

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