PHPackages                             rubin/yii2-crud-actions - 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. [Admin Panels](/categories/admin)
4. /
5. rubin/yii2-crud-actions

ActiveYii2-extension[Admin Panels](/categories/admin)

rubin/yii2-crud-actions
=======================

Common CRUD actions for Yii2 backend

1.0.2(5y ago)14.6k1BSD-3-ClausePHPPHP &gt;=7.0

Since Nov 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/xRubin/yii2-crud-actions)[ Packagist](https://packagist.org/packages/rubin/yii2-crud-actions)[ RSS](/packages/rubin-yii2-crud-actions/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/339da9cd34f94a54ae78e45c189d63d6f69d104d2ce64fe7ea7d3fd74268d669/68747470733a2f2f706f7365722e707567782e6f72672f727562696e2f796969322d637275642d616374696f6e732f762f737461626c65)](https://packagist.org/packages/rubin/yii2-crud-actions)

Yii2 CRUD actions
=================

[](#yii2-crud-actions)

Часто используемые действия для админки, вынесенные в отдельные Actions. Настраиваемые.

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

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

```
composer require rubin/yii2-crud-actions
```

### Пример использования

[](#пример-использования)

Для личного использования, подробной документации не будет.

```
public function actions()
{
    return [
        'index' => [
            'class' => 'rubin\yii2\crud\actions\ModelIndexAction',
            'searchModel' => new CameraSearch(),
        ],
        'view' => [
            'class' => 'rubin\yii2\crud\actions\ModelViewAction',
        ],
        'create' => [
            'class' => 'rubin\yii2\crud\actions\ModelCreateAction',
            'model' =>  new Camera(),
        ],
        'update' => [
            'class' => 'rubin\yii2\crud\actions\ModelUpdateAction',
        ],
        'delete' => [
            'class' => 'rubin\yii2\crud\actions\ModelDeleteAction',
        ],
        'position' => [
            'class' => 'rubin\yii2\crud\actions\ModelPositionAction',
        ]
    ];
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

3

Last Release

2024d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f3bbe4824398b494256466d4887e688c0d102afa2fc966cfd418124159607903?d=identicon)[xRubin](/maintainers/xRubin)

---

Top Contributors

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

---

Tags

yii2crudbackendactions

### Embed Badge

![Health badge](/badges/rubin-yii2-crud-actions/health.svg)

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[schmunk42/yii2-giiant

Gii CRUD generator for Yii 2 Framework

269471.5k17](/packages/schmunk42-yii2-giiant)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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