PHPackages                             black-lamp/blcms-staticpage - 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. black-lamp/blcms-staticpage

ActiveYii2-extension

black-lamp/blcms-staticpage
===========================

Module for static pages

v0.0.12(9y ago)06821[3 PRs](https://github.com/black-lamp/blcms-staticpage/pulls)PHPPHP &gt;=5.4.0

Since Jun 28Pushed 8y ago5 watchersCompare

[ Source](https://github.com/black-lamp/blcms-staticpage)[ Packagist](https://packagist.org/packages/black-lamp/blcms-staticpage)[ RSS](/packages/black-lamp-blcms-staticpage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (13)Used By (0)

blcms-staticpage
================

[](#blcms-staticpage)

Static pages seo-data extention for BlackLamp CMS

php yii migrate --migrationPath=@yii/rbac/migrations php yii migrate --migrationPath=@vendor/black-lamp/blcms-staticpage/migrations

**Roles and its permissions:**

*staticPageManager*

- viewStaticPages
- editStaticPage
- deleteStaticPage

**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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~18 days

Recently: every ~35 days

Total

12

Last Release

3397d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e1784ec992318bf7ed40a2025a0ca035a01143de89054f0f4c9bc39469928c1?d=identicon)[GutsVadim](/maintainers/GutsVadim)

---

Top Contributors

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

---

Tags

pagestaticyii2

### Embed Badge

![Health badge](/badges/black-lamp-blcms-staticpage/health.svg)

```
[![Health](https://phpackages.com/badges/black-lamp-blcms-staticpage/health.svg)](https://phpackages.com/packages/black-lamp-blcms-staticpage)
```

###  Alternatives

[skeeks/cms

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

13825.6k46](/packages/skeeks-cms)

PHPackages © 2026

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