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

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

mrstroz/yii2-wavecms-metatags
=============================

Meta tags for WaveCMS

0.2.3(6y ago)02542MITPHPPHP &gt;=5.6.0

Since Dec 21Pushed 6y ago1 watchersCompare

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

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

Yii2 WaveCMS meta tags
======================

[](#yii2-wavecms-meta-tags)

**Meta tags 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-metatags" "~0.2.0"

```

or add

```
"mrstroz/yii2-wavecms-metatags": "~0.2.0"

```

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

Required
--------

[](#required)

1. 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-metatags/migrations'
        ],
    ],
],
```

Or run migrates directly

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

```

2. Add behavior and attributes to your model

```
// ...
class Page extends ActiveRecord
{

    public function behaviors()
    {
        return [
            // ...
            'meta_tags' => [
                'class' => MetaTagsBehavior::className()
            ],
        ];
    }
```

3. Use `MetaTags` helper to register meta tags

```
$page = Page::find()->one();
\mrstroz\wavecms\metatags\components\helpers\MetaTags::register($page->metaTags);

//or

$metaTags = \mrstroz\wavecms\metatags\models\MetaTags::find()->one();
\mrstroz\wavecms\metatags\components\helpers\MetaTags::register($metaTags);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~172 days

Recently: every ~184 days

Total

6

Last Release

2248d ago

PHP version history (2 changes)0.0.1PHP &gt;=5.4.0

0.1.0PHP &gt;=5.6.0

### 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 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)

PHPackages © 2026

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