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

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

developeruz/yii2-blog
=====================

Simple Blog for the Yii2 framework

04PHP

Since Jul 5Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

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

[](#yii2-blog)

A blog package for Yii2

This system is setup to use linchpinstudios\\yii2-filemanager

Installation
============

[](#installation)

#### Composer:

[](#composer)

##### 1) Add to your composer.json

[](#1-add-to-your-composerjson)

``` "require": { // ... "linchpinstudios/yii2-blog": "\*", // ... }, ``` ##### 2) Update Composer

[](#2-update-composer)

``` php composer.phar update ``` ##### 3) Run Migrations

[](#3-run-migrations)

**For Blog**``` ./yii migrate/up --migrationPath=@vendor/linchpinstudios/yii2-blog/migrations ``` **For File Manager**``` ./yii migrate/up --migrationPath=@vendor/linchpinstudios/yii2-filemanager/migrations ``` ##### 4) Configure Module

[](#4-configure-module)

```php 'modules' =&gt; \[ // ... 'filemanager' =&gt; \[ 'class' =&gt; 'linchpinstudios\\filemanager\\Module', 'aws' =&gt; \[ 'enable' =&gt; true, 'key' =&gt; 'YOUR\_AWS\_KEY', 'secret' =&gt; 'YOUR\_AWS\_SECRET', 'bucket' =&gt; 'YOUR\_AWS\_BUCKET', 'url' =&gt; 'YOUR\_AWS\_URL', //either s3 buket URL or CloudFront (can be changed) \], \], 'blog' =&gt; \[ 'class' =&gt; 'linchpinstudios\\blog\\Module', \] // ... \], ``` Usage
=====

[](#usage)

Instructions to come

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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/2b19e4f376a7fc95ccaf38274dc7768c7216d419b75b5a6da5d935c5d8521db3?d=identicon)[DeveloperUz](/maintainers/DeveloperUz)

---

Top Contributors

[![jhagel](https://avatars.githubusercontent.com/u/11066431?v=4)](https://github.com/jhagel "jhagel (10 commits)")[![philippfrenzel](https://avatars.githubusercontent.com/u/2319890?v=4)](https://github.com/philippfrenzel "philippfrenzel (6 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

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