PHPackages                             bariew/yii2-page-cms-module - 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. bariew/yii2-page-cms-module

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

bariew/yii2-page-cms-module
===========================

Yii2 module for static pages creating.

2.0.4(9y ago)33541BSD-3-ClausePHP

Since May 29Pushed 9y ago3 watchersCompare

[ Source](https://github.com/bariew/yii2-page-cms-module)[ Packagist](https://packagist.org/packages/bariew/yii2-page-cms-module)[ RSS](/packages/bariew-yii2-page-cms-module/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (11)Used By (0)

Yii2 page module.
=================

[](#yii2-page-module)

Description
-----------

[](#description)

Module for site "static" pages management. Has admin area for creating pages with WYSIWYG HTML editor and SEO fields. Has subpages feature (they will be available via subpaths like page1/page2/page3). Has JS tree for subpages tree management. Has page menu widget with a multiple dropdown feature.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist bariew/yii2-page-cms-module "*"

```

or add

```
"bariew/yii2-page-cms-module": "*"

```

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

Usage
-----

[](#usage)

- Include 'page' module in the modules config section:

```
    'modules' => [
    ...
        'page'   => [
            'class' => 'bariew\pageModule\Module'
        ],
    ],

```

- Add a new routing rule to your url manager in the components config section:

```
    'components' => [
    ...
        'urlManager' => [
            'rules' => [
                [
                    'class' => 'bariew\pageModule\components\UrlRule',
                    'pattern' => '',
                    'route' => 'page/default/view'
                ],
                '/' => '/',
                '//' => '//',
            ],
        ],
    ],

```

- Apply migrations from the module migrations folder with a console command:

```
./yii migrate --migrationPath=@vendor/bariew/yii2-page-cms-module/migrations

```

- Go to page/item/index URL and create some pages. Home page is generated as the root by default.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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

Every ~82 days

Recently: every ~9 days

Total

10

Last Release

3623d ago

Major Versions

1.2.1 → 2.0.02016-05-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/8214f36975034f4134506744cd956e8415491006c1b3512af22bf75f91165f06?d=identicon)[bariew](/maintainers/bariew)

---

Top Contributors

[![bariew](https://avatars.githubusercontent.com/u/827508?v=4)](https://github.com/bariew "bariew (25 commits)")

---

Tags

pageyii2moduleyii2-null-cms-module

### Embed Badge

![Health badge](/badges/bariew-yii2-page-cms-module/health.svg)

```
[![Health](https://phpackages.com/badges/bariew-yii2-page-cms-module/health.svg)](https://phpackages.com/packages/bariew-yii2-page-cms-module)
```

###  Alternatives

[akiraz2/yii2-ticket-support

Yii2 Support Ticket Module, easy, flexible, fast

611.7k](/packages/akiraz2-yii2-ticket-support)[hiqdev/yii2-language

Yii2 module for language switching

1126.1k1](/packages/hiqdev-yii2-language)[vova07/yii2-start-comments-module

The comments module for Yii2-Start application.

159.5k1](/packages/vova07-yii2-start-comments-module)

PHPackages © 2026

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