PHPackages                             zakharov-andrew/yii2-pages - 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. [Admin Panels](/categories/admin)
4. /
5. zakharov-andrew/yii2-pages

ActiveYii2-extension[Admin Panels](/categories/admin)

zakharov-andrew/yii2-pages
==========================

Yii2 Pages

v0.1.8(9mo ago)22511MITPHPPHP &gt;=7.3

Since Dec 20Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/ZakharovAndrew/yii2-pages)[ Packagist](https://packagist.org/packages/zakharov-andrew/yii2-pages)[ RSS](/packages/zakharov-andrew-yii2-pages/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

Yii2 pages
==========

[](#yii2-pages)

[![Latest Stable Version](https://camo.githubusercontent.com/7efc4ca7c2bac128f337bfb8fe81d8e25e73043de8658abf7194ecec73de6c00/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d70616765732f762f737461626c65)](https://packagist.org/packages/zakharov-andrew/yii2-pages)[![Total Downloads](https://camo.githubusercontent.com/0fae34217adf86506c7508e9eb08b09b99b3915266f6a8534619d803a9a56a8a/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d70616765732f646f776e6c6f616473)](https://packagist.org/packages/zakharov-andrew/yii2-pages)[![License](https://camo.githubusercontent.com/551f30a5afb00282c9265baed64babfa7b1f5d35b6bf2872b2745e898de3353c/68747470733a2f2f706f7365722e707567782e6f72672f7a616b6861726f762d616e647265772f796969322d70616765732f6c6963656e7365)](https://packagist.org/packages/zakharov-andrew/yii2-pages)[![Yii2](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](http://www.yiiframework.com/)

⚡️**Powerful page management system for Yii2 applications** - easily create, manage and display content pages with SEO-friendly URLs, Bootstrap 5 support and flexible configuration.

 [Features](#-features) • [Installation](#-installation) • [Usage](#-usage) • [Contributing](#-contributing) • [License](#-license)

---

🌟 Features
----------

[](#-features)

- **Simple CRUD operations** for managing pages
- **SEO-friendly URLs** with customizable routing
- **Bootstrap 5 support** out of the box (configurable)
- **Easy integration** with existing Yii2 applications
- **Migrations included** for quick setup
- **Flexible URL management** with customizable routes

🚀 Installation
--------------

[](#-installation)

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

Either run

```
$ composer require zakharov-andrew/yii2-pages

```

or add

```
"zakharov-andrew/yii2-pages": "*"

```

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

Subsequently, run

```
./yii migrate/up --migrationPath=@vendor/zakharov-andrew/yii2-pages/migrations

```

in order to create the settings table in your database.

Or add to console config

```
return [
    // ...
    'controllerMap' => [
        // ...
        'migrate' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@console/migrations', // Default migration folder
                '@vendor/zakharov-andrew/yii2-pages/src/migrations'
            ]
        ]
        // ...
    ]
    // ...
];
```

🔧 Usage
-------

[](#-usage)

Add this to your main configuration's modules array

```
    'modules' => [
        'pages' => [
            'class' => 'ZakharovAndrew\pages\Module',
            'bootstrapVersion' => 5, // if use bootstrap 5
            'showTitle' => true, // display H1 headings (default - true)
        ],
        // ...
    ],
```

Add a new rule for `urlManager` of your application's configuration file, for example:

```
'urlManager' => [
    'rules' => [
        'pages' => 'pages/default/index',
        'pages/create' => 'pages/default/create',
        'pages/update' => 'pages/default/update',
        'pages/delete' => 'pages/default/delete',
        'p/'=>'pages/default/view',
    ],
],
```

👥 Contributing
--------------

[](#-contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

📄 License
---------

[](#-license)

**yii2-pages** it is available under a MIT License. Detailed information can be found in the `LICENSE.md`.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance56

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~56 days

Recently: every ~20 days

Total

18

Last Release

288d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/08ab00e707ea2dd0f8703587f1b770398b9662c98da6738d7a5e14c13caa1a8a?d=identicon)[ZakharovAndrew](/maintainers/ZakharovAndrew)

---

Top Contributors

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

---

Tags

phpyii2yii2-extensionyii2-modulesyii2-pagesSettingsyii2extensionmodulepagesadminyii 2

### Embed Badge

![Health badge](/badges/zakharov-andrew-yii2-pages/health.svg)

```
[![Health](https://phpackages.com/badges/zakharov-andrew-yii2-pages/health.svg)](https://phpackages.com/packages/zakharov-andrew-yii2-pages)
```

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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