PHPackages                             infoweb-internet-solutions/yii2-cms-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. infoweb-internet-solutions/yii2-cms-pages

ActiveYii2-extension

infoweb-internet-solutions/yii2-cms-pages
=========================================

Yii2 pages

2.0.5(10y ago)51.1k6[4 issues](https://github.com/infoweb-internet-solutions/yii2-cms-pages/issues)3MITPHP

Since Oct 1Pushed 9y ago5 watchersCompare

[ Source](https://github.com/infoweb-internet-solutions/yii2-cms-pages)[ Packagist](https://packagist.org/packages/infoweb-internet-solutions/yii2-cms-pages)[ RSS](/packages/infoweb-internet-solutions-yii2-cms-pages/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (28)Used By (3)

Pages extension for Yii 2
=========================

[](#pages-extension-for-yii-2)

With this extension you can manage pages that can be used in a website.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist infoweb-internet-solutions/yii2-cms-pages "*"

```

or add

```
"infoweb-internet-solutions/yii2-cms-pages": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed run this migration

```
yii migrate/up --migrationPath=@infoweb/pages/migrations

```

Enable the module in `backend/config/main.php`:

```
'modules' => [
    ...
    'pages' => [
        'class' => 'infoweb\pages\Module',
    ],
],
```

Import the translations and use category 'infoweb/pages':

```
yii i18n/import @infoweb/pages/messages

```

And finally enable the page component in `frontend/config/main.php`:

```
'components' => [
	...
    'page' => [
    	'class' => 'infoweb\pages\components\Page'
    ]
]
```

Configuration
-------------

[](#configuration)

All available configuration options are listed below with their default values.

---

##### enableMenu (type: `boolean`, default: `false`)

[](#enablemenu-type-boolean-default-false)

If this option is set to `true`, it is possible to attach an entity from the `menu` module to a page.

---

##### enableForm (type: `boolean`, default: `false`)

[](#enableform-type-boolean-default-false)

If this option is set to `true`, it is possible to attach an entity from the `form` module to a page.

---

##### enableSliders (type: `boolean`, default: `false`)

[](#enablesliders-type-boolean-default-false)

If this option is set to `true`, it is possible to attach an entity from the `sliders` module to a page.

---

##### enablePrivatePages (type: `boolean`, default: `false`)

[](#enableprivatepages-type-boolean-default-false)

If this option is set to `true`, the `public` attribute of a page can be managed.

---

##### defaultPublicVisibility (type: `boolean`, default: `true`)

[](#defaultpublicvisibility-type-boolean-default-true)

This is the value that will be used as the default value of the `public` attribute of a page.

---

##### allowContentDuplication (type: `boolean`, default: `true`)

[](#allowcontentduplication-type-boolean-default-true)

If this option is set to `true`, the `duplicateable` jquery plugin is activated on all translateable attributes.

---

##### ckEditorOptions (type: `array`, default: `['height' => 500]`)

[](#ckeditoroptions-type-array-default-height--500)

These are the custom options for that will be used for each `ckEditor` instance in this module. It is also possible to override these settings per instance in its own view.

---

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance4

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~29 days

Recently: every ~5 days

Total

19

Last Release

3722d ago

Major Versions

0.1.3 → 1.0.22015-01-05

0.1.4 → 1.0.02015-01-05

1.1.9 → 2.0.02016-02-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a977fc12b7f6eba9255863c5d9512e400457c69dd67a4b1df82dbc38908768d?d=identicon)[infoweb-internet-solutions](/maintainers/infoweb-internet-solutions)

---

Top Contributors

[![rubenheymans](https://avatars.githubusercontent.com/u/2543870?v=4)](https://github.com/rubenheymans "rubenheymans (88 commits)")[![infoweb-internet-solutions](https://avatars.githubusercontent.com/u/8706156?v=4)](https://github.com/infoweb-internet-solutions "infoweb-internet-solutions (79 commits)")[![fabiomaggio](https://avatars.githubusercontent.com/u/729877?v=4)](https://github.com/fabiomaggio "fabiomaggio (19 commits)")[![kurt0015](https://avatars.githubusercontent.com/u/2662926?v=4)](https://github.com/kurt0015 "kurt0015 (15 commits)")

---

Tags

yii2infowebyii2-cms-pages

### Embed Badge

![Health badge](/badges/infoweb-internet-solutions-yii2-cms-pages/health.svg)

```
[![Health](https://phpackages.com/badges/infoweb-internet-solutions-yii2-cms-pages/health.svg)](https://phpackages.com/packages/infoweb-internet-solutions-yii2-cms-pages)
```

###  Alternatives

[infoweb-internet-solutions/yii2-cms

CMS module for Yii2

461.7k8](/packages/infoweb-internet-solutions-yii2-cms)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)

PHPackages © 2026

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