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

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

acarist/slugify
===============

Simple URL slugger (latinise) for all utf-8 character from all languages.

220PHP

Since Apr 25Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

slugify
=======

[](#slugify)

Simple URL slugger (latinise) for all utf-8 character from all languages.

Usage
-----

[](#usage)

```
use Slugify\SlugIt;

$init = new SlugIt();

echo $init->convert("éçà links")."\n\r";
echo $init->convert("ağaç işleri üretim atölyesi")."\n\r";
echo $init->convert("éïóöëï links");

```

### output

[](#output)

```
eca-links

agac-isleri-uretim-atolyesi

eiooei-links

```

Composer Install
----------------

[](#composer-install)

```
composer require acarist/slugify

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1822879?v=4)[Ramazan Acar](/maintainers/acarist)[@acarist](https://github.com/acarist)

---

Top Contributors

[![acarist](https://avatars.githubusercontent.com/u/1822879?v=4)](https://github.com/acarist "acarist (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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