PHPackages                             kravchukdim/yii2seo - 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. [Framework](/categories/framework)
4. /
5. kravchukdim/yii2seo

ActiveYii2-extension[Framework](/categories/framework)

kravchukdim/yii2seo
===================

Yii2 SEO extension

0163PHP

Since Jul 10Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SEO Extension
=============

[](#seo-extension)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist kravchukdim/yii2seo "*"

```

or add

```
"kravchukdim/yii2seo": "*"
```

to the require section of your composer.json.

Usage
=====

[](#usage)

You need execute seo init migration by the following command:

```
php yii migrate/up --migrationPath=@kravchukdim/yii2seo/migrations

```

To use this extension, you have to configure the main config in your application:

```
'modules' => [
        'admin' => [
            'controllerMap' => [
                'seo-module' => 'kravchukdim\yii2seo\controllers\SeoController',
                'seo-category-module' => 'kravchukdim\yii2seo\controllers\SeoCategoryController'
            ],
        ],
    ],
```

You can use component seo in your layouts, views, controllers like following:

```
    use kravchukdim\yii2seo\components\Seo;

    Seo::setTitle($options);
    Seo::setPageContentTag($options);
    Seo::setMetaTags($options);

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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/729b18fec8ea877c15361df1c8c85e0d444bc7da041173be6780682da464f5ab?d=identicon)[dima](/maintainers/dima)

---

Top Contributors

[![kravchukdim](https://avatars.githubusercontent.com/u/10596426?v=4)](https://github.com/kravchukdim "kravchukdim (36 commits)")[![dev-dima-kr](https://avatars.githubusercontent.com/u/57903212?v=4)](https://github.com/dev-dima-kr "dev-dima-kr (12 commits)")

### Embed Badge

![Health badge](/badges/kravchukdim-yii2seo/health.svg)

```
[![Health](https://phpackages.com/badges/kravchukdim-yii2seo/health.svg)](https://phpackages.com/packages/kravchukdim-yii2seo)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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