PHPackages                             halumein/yii2-like-module - 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. halumein/yii2-like-module

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

halumein/yii2-like-module
=========================

LIKE button module

06991PHP

Since Jul 26Pushed 8y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-Like-module
================

[](#yii2-like-module)

Модуль избранного для Yii2 фреймворка. ДЛЯ АВТОРИЗОВАННЫХ ПОЛЬЗОВАТЕЛЕЙ

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

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

Выполнить команду

```
composer require halumein/yii2-like-module "*"

```

Либо в composer.json строку:

```
"halumein/yii2-like-module": "dev-master",

```

Далее, мигрируем базу:

```
php yii migrate --migrationPath=vendor/halumein/yii2-like-module/migrations

```

Подключение и настройка
-----------------------

[](#подключение-и-настройка)

В конфигурационный файл приложения добавить модуль like

```
    'modules' => [
        'like' => [
            'class' => 'halumein\like\Module',
        ],
        //...
    ]
```

Виджеты
=======

[](#виджеты)

Кнопка-аналог лайков/рейтинга и т.д..

```

```

Дэфолтные css-стили

```
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/halumein-yii2-like-module/health.svg)

```
[![Health](https://phpackages.com/badges/halumein-yii2-like-module/health.svg)](https://phpackages.com/packages/halumein-yii2-like-module)
```

###  Alternatives

[mad-web/laravel-seoable

Easy to map your eloquent fields to seo properties

407.6k](/packages/mad-web-laravel-seoable)[yii2mod/yii2-timezone

Timezone helper

1410.7k1](/packages/yii2mod-yii2-timezone)

PHPackages © 2026

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