PHPackages                             humanized/yii2-seo-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. humanized/yii2-seo-page

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

humanized/yii2-seo-page
=======================

Yii2 module providing several seo-optimised database driven page abstraction

07PHP

Since Dec 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Humanized/yii2-seo-page)[ Packagist](https://packagist.org/packages/humanized/yii2-seo-page)[ RSS](/packages/humanized-yii2-seo-page/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 SEO Page
=============

[](#yii2-seo-page)

A module providing some strategies for managing SEO-minded webpages using database storage

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

[](#installation)

### Install Using Composer

[](#install-using-composer)

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

Either run

```
$ php composer.phar require humanized/yii2-seopage "*"

```

or add

```
"humanized/yii2-seopage": "*"

```

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

### Run Migrations

[](#run-migrations)

```
$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-seo-page/migrations
```

### Edit Configuration File

[](#edit-configuration-file)

Add following lines to the configuration file:

```
'modules' => [
    'page' => [
        'class' => 'humanized\seopage\Module',
    ],
],
```

Adding these lines allows access to the various interfaces provided by the module. Here, the chosen module-name is seopage, as such the various routes will be available at page/controller-id/action-id, though any module-name can be chosen.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

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://www.gravatar.com/avatar/1a07fca5b8f6fe268961a6744dbfd2175da8c785f5e26b2edaeb552f9bbcabd2?d=identicon)[jeffrey.geyssens](/maintainers/jeffrey.geyssens)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/humanized-yii2-seo-page/health.svg)

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

###  Alternatives

[jinoantony/laravel-kanban

Kanban boards for laravel

221.6k](/packages/jinoantony-laravel-kanban)[yonas/directory-hash-php

A standard algorithm to compute the hash of a directory and all it's files.

112.0k](/packages/yonas-directory-hash-php)

PHPackages © 2026

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