PHPackages                             13dagger/slugify - 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. 13dagger/slugify

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

13dagger/slugify
================

String to slug converter with both cyrillic and european languages support. Requires iconv, uses intl if possible.

v1.0.0(7y ago)025GPL-3.0-or-laterPHPPHP &gt;=5.4

Since Nov 13Pushed 7y ago1 watchersCompare

[ Source](https://github.com/13DaGGeR/slugify)[ Packagist](https://packagist.org/packages/13dagger/slugify)[ RSS](/packages/13dagger-slugify/feed)WikiDiscussions master Synced 3d ago

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

Slugify
=======

[](#slugify)

String to slug converter with both cyrillic and european languages support. Requires iconv, uses intl if possible.

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

[](#installation)

```
composer require 13dagger/slugify
```

Usage
-----

[](#usage)

```
require_once __DIR__ . '/vendor/autoload.php';
use slugify\Slugify;
$try = 'A æ Übérmensch på høyeste nivå! И я люблю PHP! ﬁ';
$result = Slugify::process($try);
echo "$try\n$result\n";
```

output:

```
A æ Übérmensch på høyeste nivå! И я люблю PHP! ﬁ
a-ae-ubermensch-pa-hoyeste-niva-i-a-lublu-php-fi

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2740d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7604bf31dd5555628411330f56142fdd162bb24409af0649fd393320f112ca9a?d=identicon)[13dagger](/maintainers/13dagger)

---

Top Contributors

[![13DaGGeR](https://avatars.githubusercontent.com/u/749037?v=4)](https://github.com/13DaGGeR "13DaGGeR (3 commits)")

---

Tags

urlslugslugify

### Embed Badge

![Health badge](/badges/13dagger-slugify/health.svg)

```
[![Health](https://phpackages.com/badges/13dagger-slugify/health.svg)](https://phpackages.com/packages/13dagger-slugify)
```

###  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)[ausi/slug-generator

Slug Generator

8002.2M22](/packages/ausi-slug-generator)[keyvanakbary/slugifier

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

68187.9k4](/packages/keyvanakbary-slugifier)[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)[voku/urlify

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

254.1M7](/packages/voku-urlify)[wazum/sluggi

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

39488.5k](/packages/wazum-sluggi)

PHPackages © 2026

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