PHPackages                             vladdnepr/yii2-ycm-utils - 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. vladdnepr/yii2-ycm-utils

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

vladdnepr/yii2-ycm-utils
========================

YCM - Yii 2 Content Management module Utilities

0.2(10y ago)033[2 issues](https://github.com/vladdnepr/yii2-ycm-utils/issues)public domainPHPPHP &gt;=5.4.0

Since Sep 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/vladdnepr/yii2-ycm-utils)[ Packagist](https://packagist.org/packages/vladdnepr/yii2-ycm-utils)[ Docs](https://github.com/vladdnepr/yii2-ycm-utils)[ RSS](/packages/vladdnepr-yii2-ycm-utils/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (12)Versions (3)Used By (0)

DEPRECATED REPOSITORY. See
==================================================================

[](#deprecated-repository-see-httpsgithubcomvladdnepryii2-ycm)

Yii 2 YCM Utilities
===================

[](#yii-2-ycm-utilities)

YCM Utils - Yii 2 Content Management module Utilities

- [Github Project](https://github.com/vladdnepr/yii2-ycm-utils)

Module is in initial development.
---------------------------------

[](#module-is-in-initial-development)

Anything may change at any time.

Using
-----

[](#using)

Add to web.php in `modules`

```
'ycm-utils' =>  [
    'class' => '\vladdnepr\ycm\utils\Module'
],

```

Note! `ycm` module must be added in `modules`

Add `YcmModelUtilTrait` trait to all models.

In model `gridViewColumns` use `editableColumn` method for all editable columns. For example

```
public function gridViewColumns()
{
    return [
        'id',
        $this->editableColumn('name'),
        $this->editableColumn('title'),
        'description:html',
        'link:url'
    ];
}

```

Installation
------------

[](#installation)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

You can then install this package using the following command:

```
php composer.phar require "vladdnepr/yii2-ycm-utils" "*"
```

or add

```
"vladdnepr/yii2-ycm-utils": "*"
```

to the require section of your application's `composer.json` file.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Vladislav Lyshenko](https://github.com/vladdnepr)
- [All Contributors](../../contributors)

License
-------

[](#license)

Public domain. Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

2

Last Release

3885d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/101d5dc30b6dcc6122f15c83a22d9f1cdbe20e6e34d55cfa352de58d6a4d131b?d=identicon)[vladdnepr](/maintainers/vladdnepr)

---

Tags

yii2extensionmoduleadminadministrationutilsutilitiesyii2-ycmyii2-ycm-utils

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vladdnepr-yii2-ycm-utils/health.svg)

```
[![Health](https://phpackages.com/badges/vladdnepr-yii2-ycm-utils/health.svg)](https://phpackages.com/packages/vladdnepr-yii2-ycm-utils)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)

PHPackages © 2026

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