PHPackages                             amilna/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amilna/yii2-blog

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

amilna/yii2-blog
================

Blogging module support for Yii2

1149910[2 issues](https://github.com/amilna/blog/issues)PHP

Since Apr 11Pushed 9y ago6 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Blog for Yii
============

[](#blog-for-yii)

Blogging module support for Yii2 (includes banner and gallery, support mysql and postgresql)

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

[](#installation)

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

Since this package do not have stable release on packagist, you should use these settings in your composer.json file :

```
"minimum-stability": "dev",
"prefer-stable": true,
"repositories":[

		{
			"type": "vcs",
			"url": "https://github.com/aaiyo/yii2-kcfinder"
		}
   ]
```

After, either run

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

```

or add

```
"amilna/yii2-blog": "dev-master"

```

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

run migration for database

```
./yii migrate --migrationPath=@amilna/blog/migrations

```

add in modules section of main config

```
	'gridview' =>  [
		'class' => 'kartik\grid\Module',
	],
	'blog' => [
		'class' => 'amilna\blog\Module',
		/* 'userClass' => 'dektrium\user\models\User', // example if use another user class */
	],

```

Usage
-----

[](#usage)

Once the extension is installed, check the url: \[your application base url\]/index.php/blog

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

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

---

Top Contributors

[![aaiyo](https://avatars.githubusercontent.com/u/1450687?v=4)](https://github.com/aaiyo "aaiyo (110 commits)")

### Embed Badge

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

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

###  Alternatives

[mikulas/inflection

Czech inflection library

2959.1k](/packages/mikulas-inflection)

PHPackages © 2026

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