PHPackages                             zabachok/yii2-sluggable-behavior - 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. zabachok/yii2-sluggable-behavior

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

zabachok/yii2-sluggable-behavior
================================

Поведение для транслитерации кирилицы в латиницу.

0.0.1(9y ago)14.8k↓38.9%MITPHP

Since May 27Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Sluggble behavior
=================

[](#sluggble-behavior)

Поведение для транслитерации кирилицы в латиницу.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist zabachok/yii2-sluggable-behavior "*"

```

or add

```
"zabachok/yii2-sluggable-behavior": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

Behavior for transliterate russian text to latin.

Использовать так же как и оригинальное поведение. Класс унаследован от \\yii\\behaviors\\SluggableBehavior просто переопределен метод generateSlug

```
use zabachok\behaviors\SluggableBehavior;

public function behaviors()
{
	 return [
		 [
			 'class' => SluggableBehavior::className(),
			 'attribute' => 'title',
			 // 'slugAttribute' => 'slug',
		 ],
	 ];
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3637d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb48944549475c57b19077d8311fdd7984291fbc787f3604b3e62aef03bae995?d=identicon)[zabachok](/maintainers/zabachok)

---

Tags

yii2extensiontranslitbehavorslugg

### Embed Badge

![Health badge](/badges/zabachok-yii2-sluggable-behavior/health.svg)

```
[![Health](https://phpackages.com/badges/zabachok-yii2-sluggable-behavior/health.svg)](https://phpackages.com/packages/zabachok-yii2-sluggable-behavior)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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