PHPackages                             aquy/yii2-seo - 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. aquy/yii2-seo

ActiveYii2-extension

aquy/yii2-seo
=============

Seo

0.3.5.1(5y ago)54.7k7[1 PRs](https://github.com/aquy/yii2-seo/pulls)BSD-3-ClausePHP

Since Dec 15Pushed 5y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (10)Used By (0)

Yii2 Seo
========

[](#yii2-seo)

СЕО модуль для установки title, description, keywords и других тегов

Установка
---------

[](#установка)

Предпочтительный способ установить это расширение через [composer](http://getcomposer.org/download/).

Запустить

```
php composer.phar require --prefer-dist aquy/yii2-seo "*"

```

или добавить

```
"aquy/yii2-seo": "*"

```

в раздел require ващего `composer.json`.

После установки выполнить миграцию

```
./yii migrate/up --migrationPath=@vendor/aquy/yii2-seo/migrations
```

для того, чтобы создать таблицу в базе данных, если вы удалили данное расширение, то стоит удалять и миграцию, для этого выполните

```
./yii migrate/down --migrationPath=@vendor/aquy/yii2-seo/migrations
```

а уже после этого удалите строку

```
"aquy/yii2-seo": "*"

```

из раздела require ващего `composer.json` и выполните

```
php composer.phar update

```

Интеграция
----------

[](#интеграция)

В секцию modules зоны администрирования прописать:

```
'seo' => [
    'class' => 'aquy\seo\module\Meta'
],

```

В секцию components вашей внешней части сайта прописать:

```
'seo' => [
    'class' => 'aquy\seo\components\Seo'
],

```

Добавить в секцию bootstrap вызов seo, получится примерно следующее:

```
'bootstrap' => ['seo','log'],

```

В шаблон представления в раздел head добавить

```

```

Администрирование
-----------------

[](#администрирование)

Если вы сделали все правильно, то после первого входа по вашему внешнему сайту будут появяться страницы для которых можно будет заполнить СЕО поля

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~233 days

Recently: every ~437 days

Total

9

Last Release

1934d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72ac986b83b567f214f68d2bb68e6225b4c2723e01bb2ce94f3bc0184a4c9fdd?d=identicon)[aquy](/maintainers/aquy)

---

Top Contributors

[![aquy](https://avatars.githubusercontent.com/u/4364368?v=4)](https://github.com/aquy "aquy (5 commits)")[![buyakova](https://avatars.githubusercontent.com/u/13771023?v=4)](https://github.com/buyakova "buyakova (1 commits)")[![EkaterinaBuyakova](https://avatars.githubusercontent.com/u/12337260?v=4)](https://github.com/EkaterinaBuyakova "EkaterinaBuyakova (1 commits)")

---

Tags

yii2seo

### Embed Badge

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

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

###  Alternatives

[v0lume/yii2-meta-tags

DB based model meta data for SEO

204.1k](/packages/v0lume-yii2-meta-tags)[umanskyi31/opengraph

Created a new component for Yii2. The Open Graph component for your website

119.7k](/packages/umanskyi31-opengraph)[daxslab/yii2-taggedview

Extension to help setup the standard HTML meta tags besides the ones defined by Opengraph and Twitter to contribute to website SEO

114.5k](/packages/daxslab-yii2-taggedview)

PHPackages © 2026

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