PHPackages                             maks757/seo\_static\_page - 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. maks757/seo\_static\_page

ActiveYii2-extension

maks757/seo\_static\_page
=========================

Module for static pages

v2.1.14(8y ago)038PHPPHP &gt;=5.4.0

Since Jun 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/maks757/seo-static-page)[ Packagist](https://packagist.org/packages/maks757/seo_static_page)[ RSS](/packages/maks757-seo-static-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (22)Used By (0)

seo static page
===============

[](#seo-static-page)

Static pages seo-data extension

```
php yii migrate --migrationPath=@vendor/maks757/seo_static_page/migrations

```

Usage
-----

[](#usage)

Add behavior to controller with unique key. This key you will use in admin panel of module for setting this page:

```
public function behaviors()
    {
        return [
            'staticPage' => [
                'class' => StaticPageBehavior::className(),
                'key' => 'shop'
            ]
        ];
    }
```

Then add in action next record. It adds to your page title, meta-description and meta-keywords:

```
$this->registerStaticSeoData();
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 93.3% 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 ~35 days

Recently: every ~57 days

Total

17

Last Release

3034d ago

Major Versions

v0.1.12 → v1.1.122017-06-06

v1.1.12 → v2.1.122017-06-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/01c371c7fbc2ec621f8d6467fee73103eb461d1082748a2b0ad216ea91f9b355?d=identicon)[maks757](/maintainers/maks757)

---

Top Contributors

[![maks757](https://avatars.githubusercontent.com/u/11841208?v=4)](https://github.com/maks757 "maks757 (14 commits)")[![GutsVadim](https://avatars.githubusercontent.com/u/9513738?v=4)](https://github.com/GutsVadim "GutsVadim (1 commits)")

---

Tags

pagestaticyii2

### Embed Badge

![Health badge](/badges/maks757-seo-static-page/health.svg)

```
[![Health](https://phpackages.com/badges/maks757-seo-static-page/health.svg)](https://phpackages.com/packages/maks757-seo-static-page)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)

PHPackages © 2026

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