PHPackages                             mrstroz/yii2-wavecms-example - 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. mrstroz/yii2-wavecms-example

ActiveYii2-extension

mrstroz/yii2-wavecms-example
============================

Example module for WaveCMS

02PHP

Since Apr 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mrstroz/yii2-wavecms-example)[ Packagist](https://packagist.org/packages/mrstroz/yii2-wavecms-example)[ RSS](/packages/mrstroz-yii2-wavecms-example/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-wavecms-example
====================

[](#yii2-wavecms-example)

**Example module for [Yii 2 WaveCMS](https://github.com/mrstroz/yii2-wavecms).**

Please do all install steps first from [Yii 2 WaveCMS](https://github.com/mrstroz/yii2-wavecms).

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

[](#installation)

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

Run

```
composer require --prefer-source "mrstroz/yii2-wavecms-example" "dev-master"

```

or add

```
"mrstroz/yii2-wavecms-example": "dev-master"

```

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

Required
--------

[](#required)

1. Update `backend/config/main.php` (Yii2 advanced template)

```
'modules' => [
    // ...
    'wavecms-example' => [
        'class' => 'mrstroz\wavecms\example\Module'
    ],
],

```

2. Run migration

Add the `migrationPath` in `console/config/main.php` and run `yii migrate`:

```
// Add migrationPaths to console config:
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationPath' => [
            '@vendor/mrstroz/yii2-wavecms-example/migrations'
        ],
    ],
],
```

Or run migrates directly

```
yii migrate --migrationPath=@vendor/mrstroz/yii2-wavecms-example/migrations

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

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/771899?v=4)[Mariusz Stróż](/maintainers/mrstroz)[@mrstroz](https://github.com/mrstroz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mrstroz-yii2-wavecms-example/health.svg)

```
[![Health](https://phpackages.com/badges/mrstroz-yii2-wavecms-example/health.svg)](https://phpackages.com/packages/mrstroz-yii2-wavecms-example)
```

PHPackages © 2026

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