PHPackages                             yii2-bridge/slug-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. [Admin Panels](/categories/admin)
4. /
5. yii2-bridge/slug-behavior

ActiveYii2-extension[Admin Panels](/categories/admin)

yii2-bridge/slug-behavior
=========================

Slug behavior for Bridge

v0.1.2(7y ago)01.6k1BSD-3-ClausePHP

Since Jun 26Pushed 7y ago2 watchersCompare

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

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

Yii2 Bridge Slug Behavior
=========================

[](#yii2-bridge-slug-behavior)

[Yii2](http://www.yiiframework.com) [bridge](https://github.com/naffiq/yii2-bridge) slug behavior

This code is inspired by , with correction of errors related to the Kazakh language. Full documentation about this behavior, you can read on [the above repository](https://github.com/zelenin/yii2-slug-behavior).

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

[](#installation)

### Composer

[](#composer)

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

Either run `composer require yii2-bridge/slug-behavior:^0.1`

or add `"yii2-bridge/slug-behavior": "^0.1"` to the require section of your `composer.json`

### Using

[](#using)

Attach the behavior in your model:

```
public function behaviors()
{
    return [
        'slug' => [
            'class' => 'Bridge\Slug\BridgeSlugBehavior',
            'slugAttribute' => 'slug',
            'attribute' => 'title',
            // If intl extension is enabled, see http://userguide.icu-project.org/transforms/general.
            'transliterateOptions' => 'Russian-Latin/BGN; Any-Latin; Latin-ASCII; NFD; [:Nonspacing Mark:] Remove; NFC;'
        ],
    ];
}
```

Author
------

[](#author)

[Altynbek Kazezov](https://github.com/altynbek07/), e-mail: [altinbek\_\_97@mail.ru](mailto:altinbek__97@mail.ru)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

2876d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/67300f3fc412f25d702aad70e10893d331633efc1426e860f57109c945e34027?d=identicon)[naffiq](/maintainers/naffiq)

![](https://www.gravatar.com/avatar/29eaf1b44ccd6f1aa01e8e33a1f79671aa8f3159569ed7970715efcc9a57cc64?d=identicon)[altynbek07](/maintainers/altynbek07)

---

Tags

bridgeslugsluggablesluggeryii2slugsluggableyii2Bridgeadmin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yii2-bridge-slug-behavior/health.svg)

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

###  Alternatives

[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)[luyadev/luya-module-admin

Administration core module for all LUYA admin modules

48179.0k24](/packages/luyadev-luya-module-admin)

PHPackages © 2026

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