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

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

uraankhayayaal/yii2-page
========================

Page module for Yii2 with slug

v1.0.2(3y ago)02701MITPHP

Since Aug 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/IT-Yakutia/yii2-page)[ Packagist](https://packagist.org/packages/uraankhayayaal/yii2-page)[ RSS](/packages/uraankhayayaal-yii2-page/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (34)Used By (0)

Page module for Yii2 with slug
==============================

[](#page-module-for-yii2-with-slug)

Page module for Yii2 with slug

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist uraankhayayaal/yii2-page "*"
```

or add

```
"uraankhayayaal/yii2-page": "*"
```

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

Usage
-----

[](#usage)

Once the extension is installed, simply add in your console config:

```
'controllerMap' => [
    ...
    'migrate' => [
        ...
        'migrationPath' => [
            ...
            '@uraankhayayaal/page/src/migrations',
            ...
        ],
    ],
],
```

And just run the command:

```
php yii migrate
```

Set in common config params:

```
return [
    /* ... */
    'domain' => 'https://yourdomain.example',
];
```

Add urls in your backend project:

```
Url::toRoute('/page/back/index');
```

Add RBAC roles:

```
page

```

Custom view file:

```
'custom_view_for_modules' => [
    'page_front' => [
        'view' => '@frontend/views/front_page/view',
    ],
],
```

Add fixtures:

```
php yii fixture PageMenuItem --namespace='uraankhayayaal\page\tests\fixtures'
```

```
php yii fixture PageBlockChart --namespace='uraankhayayaal\page\tests\fixtures'
```

```
php yii fixture PageBlock --namespace='uraankhayayaal\page\tests\fixtures'
```

Add fixtures in docker:

```
php yii fixture PageMenuItem --namespace='uraankhayayaal\page\tests\fixtures' --interactive=0
```

```
php yii fixture PageBlockChart --namespace='uraankhayayaal\page\tests\fixtures' --interactive=0
```

```
php yii fixture PageBlock --namespace='uraankhayayaal\page\tests\fixtures' --interactive=0
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 53.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.

###  Release Activity

Cadence

Every ~36 days

Total

32

Last Release

1339d ago

Major Versions

v0.2.91 → v1.0.02022-04-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/8961054d78a8136322305e9bbce516b1979da7fc30c08ee80c40bf86009d3628?d=identicon)[uraankhayayaal](/maintainers/uraankhayayaal)

---

Top Contributors

[![uraankhayayaal](https://avatars.githubusercontent.com/u/13504758?v=4)](https://github.com/uraankhayayaal "uraankhayayaal (23 commits)")[![player-zero](https://avatars.githubusercontent.com/u/24258399?v=4)](https://github.com/player-zero "player-zero (20 commits)")

---

Tags

pageyii2extension

### Embed Badge

![Health badge](/badges/uraankhayayaal-yii2-page/health.svg)

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

###  Alternatives

[hail812/yii2-adminlte-widgets

yii2 adminlte widgets

10246.8k4](/packages/hail812-yii2-adminlte-widgets)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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