PHPackages                             webvimark/module-content - 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. webvimark/module-content

ActiveLibrary

webvimark/module-content
========================

Pages, layouts and stuff

019PHP

Since Oct 13Pushed 11y ago1 watchersCompare

[ Source](https://github.com/webvimark/content)[ Packagist](https://packagist.org/packages/webvimark/module-content)[ RSS](/packages/webvimark-module-content/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pages, layouts adn stuff for Yii 2
==================================

[](#pages-layouts-adn-stuff-for-yii-2)

Provide:

- pages
- text blocks

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist webvimark/module-content "*"

```

or add

```
"webvimark/module-content": "*"

```

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

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

[](#configuration)

In your config/web.php

```
	'layout'=>'@vendor/webvimark/module-content/views/layouts/defaultMain',

	'urlManager'   => [
		'rules'=>[

			[
				'class' => 'webvimark\modules\content\components\PageUrlRule',
				'pattern'=>'',
				'route'=>'',
				'connectionID' => 'db',
			],

			'/'=>'/view',
			'//'=>'/',
			'/'=>'/',

			'//'=>'//',
			'///'=>'//',

		],
	],

	'modules'=>[
		'content' => [
			'class' => 'webvimark\modules\content\ContentModule',
			'freeAccess' => true, // Feature for webvimark/module-user-management. Default is false

			/*
			'left3ColumnCssClass'           => 'col-xs-15',
			'center3ColumnCssClass'         => 'col-xs-30',
			'right3ColumnCssClass'          => 'col-xs-15',

			'left2ColumnCssClass'           => 'col-xs-15',
			'centerForLeft2ColumnCssClass'  => 'col-xs-45',

			'right2ColumnCssClass'          => 'col-xs-15',
			'centerForRight2ColumnCssClass' => 'col-xs-45',
			*/
		],
	],
```

Usage
-----

[](#usage)

Go to gii

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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://avatars.githubusercontent.com/u/6502086?v=4)[webvimark](/maintainers/webvimark)[@webvimark](https://github.com/webvimark)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/webvimark-module-content/health.svg)

```
[![Health](https://phpackages.com/badges/webvimark-module-content/health.svg)](https://phpackages.com/packages/webvimark-module-content)
```

PHPackages © 2026

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