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

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

bariew/yii2-module-abstract-page
================================

Yii2 module for static pages creating.

017PHP

Since Jun 1Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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
------------

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

Either run

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

or add

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

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

Usage
-----

* Include 'page' module in the modules config section:
```
    'modules' => [
    ...
        'page'   => [
            'class' => 'bariew\pageAbstractModule\PageModule'
        ],
    ],
```

* Add a new routing rule to your url manager in the components config section:
```
    'components' => [
    ...
        'urlManager' => [
            'rules' => [
                [
                    'class' => 'bariew\pageAbstractModule\components\UrlRule',
                    'pattern' => '',
                    'route' => 'page/default/view'
                ],
                '/' => '/',
                '//' => '//',
            ],
        ],
    ],
```

* Apply migrations from the module migrations folder with a console command:
```
./yii migrate --migrationPath=@vendor/bariew/yii2-module-abstract-page/migrations
```

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

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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/8214f36975034f4134506744cd956e8415491006c1b3512af22bf75f91165f06?d=identicon)[bariew](/maintainers/bariew)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M290](/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)
