PHPackages                             startpl/t2cms-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. startpl/t2cms-blog

ActiveYii2-extension

startpl/t2cms-blog
==================

Nested category, post for multilanguage, multidomain site

1.0.0(5y ago)0191Apache-2.0PHP

Since Sep 15Pushed 5y ago2 watchersCompare

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

READMEChangelogDependencies (8)Versions (2)Used By (1)

Blog for T2 CMS
===============

[](#blog-for-t2-cms)

Nested category, post for multilanguage, multidomain site

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist startpl/t2cms-blog "*"

```

or add

```
"startpl/t2cms-blog": "*"

```

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

and add the module to backend config:

```
'modules' => [
    //...
    'blog' => [
        'class' => 'startpl\t2cmsblog\backend\Module',
    ],
    //...
],
```

Also you need add the module to frontend config:

```
'modules' => [
    //...
    'blog' => [
        'class' => 'startpl\t2cmsblog\frontend\Module',
    ],
    //...
],
'urlManager' => [
    'rules' => [
        [
            'class' => 'startpl\t2cmsblog\components\CategoryUrlRule',
            //'prefix' => 'blog'
        ],
        [
            'class' => 'startpl\t2cmsblog\components\PageUrlRule',
            //'prefix' => 'blog'
        ],
    ],
],
```

Then you should start the migration (console):

```
php yii migrate --migrationPath=@vendor/startpl/t2cms-blog/migrations
```

Usage
-----

[](#usage)

Go to backend /blog/categories or /blog/pages

Also you can clone this repository for create your extension (for example, a store, etc.)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2063d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/57978685?v=4)[startpl](/maintainers/startpl)[@startpl](https://github.com/startpl)

---

Top Contributors

[![evgenii-ch97](https://avatars.githubusercontent.com/u/80455757?v=4)](https://github.com/evgenii-ch97 "evgenii-ch97 (27 commits)")

---

Tags

yii2nspostcategory nested sets blog

### Embed Badge

![Health badge](/badges/startpl-t2cms-blog/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[skeeks/cms

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

13825.6k46](/packages/skeeks-cms)[akiraz2/yii2-blog

Simple, configurable blog module for Yii2 (post, comment, nested category, tags). + frontend, backend. + SEO! (Opengraph, Schema.org)

906.7k](/packages/akiraz2-yii2-blog)

PHPackages © 2026

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