PHPackages                             dongrim/yii2-blog - 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. [Framework](/categories/framework)
4. /
5. dongrim/yii2-blog

ActiveYii2-extension[Framework](/categories/framework)

dongrim/yii2-blog
=================

Blog module for Yii2 Framework.

1.0.1(9y ago)0141BSD-3-ClausePHP

Since Aug 17Pushed 9y ago2 watchersCompare

[ Source](https://github.com/YaroslavFedan/yii2-blog)[ Packagist](https://packagist.org/packages/dongrim/yii2-blog)[ RSS](/packages/dongrim-yii2-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (3)Used By (0)

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

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

Download from [Github](https://github.com/YaroslavFedan/yii2-blog).

**Composer**

```
composer require dongrim/yii2-blog

```

База данных миграция
--------------------

[](#база-данных-миграция)

```
php yii migrate/up --migrationPath=@dongrim/blog/migrations

```

Конфигурация
------------

[](#конфигурация)

```
'gridview' =>  [
    'class' => 'kartik\grid\Module',
],

'blog' => [
    'class' => 'dongrim\blog\Module',
    //'userClass' => 'budyaga\users\models\User',  /* example if use another user class */
    //'uploadDir'=>'', // path to upload dir
    //'uploadURL'=>''
    'modules' =>[
        'admin'=>[
            'class' => 'dongrim\blog\admin\Module',
        ]
    ]
],

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

2

Last Release

3555d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/501d625d840cbef7427e30a2c3fadea7693377e67feff44a27eb453ad9147121?d=identicon)[dongrim](/maintainers/dongrim)

---

Top Contributors

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

---

Tags

yii2blog

### Embed Badge

![Health badge](/badges/dongrim-yii2-blog/health.svg)

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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