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

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

tadasshi/yii2-responsive-blog
=============================

Yii2 Blog for other application

17

Since Nov 27Compare

[ Source](https://github.com/tadasshi/yii2-responsive-blog)[ Packagist](https://packagist.org/packages/tadasshi/yii2-responsive-blog)[ RSS](/packages/tadasshi-yii2-responsive-blog/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Blog
=========

[](#yii2-blog)

Yii2 Blog for other application, especially for [Yii2 Adminlte](https://github.com/funson86/yii2-adminlte)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist funson86/yii2-blog "dev-master"

```

or add

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

```

to the require section of your `composer.json` file.

### Migration

[](#migration)

Migration run

```
yii migrate --migrationPath=@funson86/blog/migrations
```

### Config url rewrite in /common/config/main.php

[](#config-url-rewrite-in-commonconfigmainphp)

```
    'timeZone' => 'Asia/Shanghai', //time zone affect the formatter datetime format
    'components' => [
        'urlManager' => [
            'enablePrettyUrl' => true,
            'showScriptName' => false,
            'rules' => [
                '/' => '/view',
                '//' => '/',
                '/' => '/',
            ],
        ],
        'formatter' => [ //for the showing of date datetime
            'dateFormat' => 'yyyy-MM-dd',
            'datetimeFormat' => 'yyyy-MM-dd HH:mm:ss',
            'decimalSeparator' => ',',
            'thousandSeparator' => ' ',
            'currencyCode' => 'CNY',
        ],
    ],
```

### Config backend modules in backend/config/main.php

[](#config-backend-modules-in-backendconfigmainphp)

```
    'modules' => [
        'blog' => [
            'class' => 'funson86\blog\Module',
            'controllerNamespace' => 'funson86\blog\controllers\backend'
        ],
    ],
```

### Config frontend modules in frontend/config/main.php

[](#config-frontend-modules-in-frontendconfigmainphp)

```
    'defaultRoute' => 'blog', //set blog as default route
    'modules' => [
        'blog' => [
            'class' => 'funson86\blog\Module',
            'controllerNamespace' => 'funson86\blog\controllers\frontend'
        ],
    ],
```

### Add yii2-blog params in /common/config/params.php.

[](#add-yii2-blog-params-in-commonconfigparamsphp)

```
return [
    'blogTitle' => 'HikeBlog',
    'blogTitleSeo' => 'Simple Blog based on Yii2',
    'blogFooter' => 'Copyright &copy; ' . date('Y') . ' by ahuasheng on Yii2. All Rights Reserved.',
    'blogPostPageCount' => '10',
    'blogLinks' => [
        'Google' => 'http://www.google.com',
        'Funson86 Blog' => 'http://github.com/funson86/yii2-blog',
    ],
    'blogUploadPath' => 'upload/', //default to frontend/web/upload
];
```

### Access Url

[](#access-url)

1. backend :
    - Catalog :
    - Post :
    - Comment :
    - Tag :
2. frontend :

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3218804?v=4)[Thiago Tadashi](/maintainers/tadasshi)[@tadasshi](https://github.com/tadasshi)

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M844](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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