PHPackages                             chemezov/yii-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. [Search &amp; Filtering](/categories/search)
4. /
5. chemezov/yii-seo

ActiveYii-extension[Search &amp; Filtering](/categories/search)

chemezov/yii-seo
================

Search engine optimization for the Yii PHP framework.

v1.0.4(10y ago)03.4k1BSD-3-ClausePHP

Since Mar 20Pushed 10y ago1 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

yii-seo
=======

[](#yii-seo)

Search engine optimization for the Yii PHP framework.

Based on crisu83's [yii-seo](https://github.com/crisu83/yii-seo).

Usage
-----

[](#usage)

In layout

```

```

In Controller

```
    public function behaviors()
    {
        return array(
            'seo' => array('class' => 'vendor.chemezov.yii-seo.behaviors.SeoBehavior'),
        );
    }

    public function filters()
    {
        return array(
            array('vendor.chemezov.yii-seo.filters.SeoFilter + view'), // apply the filter to the view-action
        );
    }

```

In view file

```

$this->title = [$model->title, "My cool site!"];
$this->metaDescription = "My page description";
$this->metaKeywords = "My page keywords";

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 58.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 ~38 days

Total

5

Last Release

3926d ago

### Community

Maintainers

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

---

Top Contributors

[![chemezov](https://avatars.githubusercontent.com/u/2368902?v=4)](https://github.com/chemezov "chemezov (7 commits)")[![cniska](https://avatars.githubusercontent.com/u/1044868?v=4)](https://github.com/cniska "cniska (4 commits)")[![sabian](https://avatars.githubusercontent.com/u/434141?v=4)](https://github.com/sabian "sabian (1 commits)")

---

Tags

yiiseo

### Embed Badge

![Health badge](/badges/chemezov-yii-seo/health.svg)

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

###  Alternatives

[wilr/silverstripe-googlesitemaps

SilverStripe support for the Google Sitemaps XML, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered quickly.

75626.0k28](/packages/wilr-silverstripe-googlesitemaps)[quinninteractive/silverstripe-seo

An all-in-one SEO module for SilverStripe

3328.2k](/packages/quinninteractive-silverstripe-seo)[ymigval/laravel-indexnow

Laravel Service Library for notifying search engines about the latest content changes on their URLs using IndexNow.

3410.2k](/packages/ymigval-laravel-indexnow)[cyneek/yii2-routes

Routing and filtering extension system for Yii2 framework that emulates the Laravel routing system.

202.1k](/packages/cyneek-yii2-routes)[mobileka/scope-applicator

Scope Applicator is a PHP trait that makes data filtering and sorting easy.

251.2k2](/packages/mobileka-scope-applicator)

PHPackages © 2026

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