PHPackages                             hrupin/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. hrupin/yii2-blog

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

hrupin/yii2-blog
================

Yii2 Blog for other application YII2

0.0.4(8y ago)113MITPHP

Since Aug 6Pushed 8y ago1 watchersCompare

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

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

yii2-blog
=========

[](#yii2-blog)

- Для личного использования, крайне не рекомендую устанавливать. Поддержки нет и не будет.
- For personal use it is not recommend to install. No support and never will.

install
-------

[](#install)

### composer

[](#composer)

```
composer require hrupin/yii2-blog

```

or in **composer.json**

```
"hrupin/yii2-blog": "*"

```

### configure

[](#configure)

in **common/config/main.php**

```
'modules' => [
        'blog' => [
            'class' => 'hrupin\blog\Module',
            'lang' => ['en-US' => 'English', 'ru-RU' => 'Russian']
        ],
    ],

```

in **frontend/config/main.php**

```
'modules' => [
    'blog' => [
        'as frontend' => 'hrupin\blog\filters\FrontendFilter',
    ],
]

```

in **backend/config/main.php**

```
'modules' => [
    'blog' => [
        'as backend' => 'hrupin\blog\filters\BackendFilter',
    ],
],

```

### migrate

[](#migrate)

```
 php yii migrate/up --migrationPath=@vendor/hrupin/yii2-blog/migrations

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

3202d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9069a337e0ac7cc17f0776fb72d1d106869a482bb266ca35a37ec1ff5cfa682f?d=identicon)[hrupin](/maintainers/hrupin)

---

Tags

yii2extension

### Embed Badge

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

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

###  Alternatives

[skeeks/cms

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

13825.6k47](/packages/skeeks-cms)[nenad/yii2-advanced-template

Improved Yii 2 Advanced Application Template By Nenad Zivkovic

9211.1k](/packages/nenad-yii2-advanced-template)[marekpetras/yii2-ajax-box-widget

Ajax Box widget for Yii 2 Framework.

1814.6k](/packages/marekpetras-yii2-ajax-box-widget)[funson86/yii2-cms

Yii2 Cms for other application

201.1k1](/packages/funson86-yii2-cms)

PHPackages © 2026

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