PHPackages                             geosub/yii-slugifier - 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. geosub/yii-slugifier

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

geosub/yii-slugifier
====================

Yii Extension to translate unsave string to save for url and filename

1.1(10y ago)012PHPPHP &gt;=5.4.0

Since Sep 20Pushed 10y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Yii Slugifier component
=======================

[](#yii-slugifier-component)

Translate unsafe string to save for URL and FILENAME

Requirements
------------

[](#requirements)

- Yii 1.1.x or above
- PHP 5.4 or above
- php5-intl extention

Install
-------

[](#install)

- config/main.php

```
	'components' => [
		'slug' => [
            'class' => 'path.to.ESligifier',
		],
	],
```

or

- config/main.php

```
	'components' => [
		'slug' => [
            'class' => 'path.to.ESligifier',
			'rules'     => "Any-Latin; NFD; [\\u0100-\\u7fff] remove; [:Nonspacing Mark:] Remove; NFC; [:Punctuation:] Remove; Lower();",
			'delimiter' => "-",
		],
	],
```

Usage
-----

[](#usage)

```
echo Yii::app()->slug->getSlug("Прове р каСл агифа^^ера");
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.9% 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 ~0 days

Total

2

Last Release

3886d ago

### Community

Maintainers

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

---

Top Contributors

[![savage699](https://avatars.githubusercontent.com/u/24257347?v=4)](https://github.com/savage699 "savage699 (8 commits)")[![geosub](https://avatars.githubusercontent.com/u/4982380?v=4)](https://github.com/geosub "geosub (1 commits)")

---

Tags

urlslugtransliteratoryiitransliterate

### Embed Badge

![Health badge](/badges/geosub-yii-slugifier/health.svg)

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

###  Alternatives

[jbroadway/urlify

A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

6737.4M62](/packages/jbroadway-urlify)[voku/urlify

PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.

254.1M7](/packages/voku-urlify)[pid/speakingurl

Generate of so called 'static' or 'Clean URL' or 'Pretty URL' or 'nice-looking URL' or 'Speaking URL' or 'user-friendly URL' or 'SEO-friendly URL' or 'slug' from a string.

1.1k5.3k1](/packages/pid-speakingurl)[keyvanakbary/slugifier

A full-featured, simple, clean and pure functional implementation for creating slugs

68187.9k4](/packages/keyvanakbary-slugifier)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)[internetgalerie/ig-slug

Rebuild URL slugs

12861.7k2](/packages/internetgalerie-ig-slug)

PHPackages © 2026

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