PHPackages                             webvimark/module-seo-panel - 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-seo-panel

ActiveLibrary

webvimark/module-seo-panel
==========================

SEO panel

132PHP

Since Feb 4Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SEO module for Yii 2
====================

[](#seo-module-for-yii-2)

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-seo-panel "*"

```

or add

```
"webvimark/module-seo-panel": "*"

```

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

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

[](#configuration)

In your config/web.php

```
	'modules'=>[
		...

		'seo-panel' => [
			'class' => 'webvimark\modules\SeoPanel\SeoPanelModule',
		],

		...
	],
```

Usage
-----

[](#usage)

1 Go to 1 Go to 1 Go to

In layouts/main.php (or whatever main layout) put this line before title. For example near AppAsset::register($this);

```
SeoPanelHelper::registerMetaTags($this);
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 (7 commits)")[![johny011409](https://avatars.githubusercontent.com/u/59572323?v=4)](https://github.com/johny011409 "johny011409 (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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