PHPackages                             meshkov/sluggler - 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. meshkov/sluggler

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

meshkov/sluggler
================

Laravel 4 Cyrillic slugs generator

0134[1 issues](https://github.com/AleksMeshkov/Laravel-4-Sluggler/issues)PHP

Since Dec 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/AleksMeshkov/Laravel-4-Sluggler)[ Packagist](https://packagist.org/packages/meshkov/sluggler)[ RSS](/packages/meshkov-sluggler/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Sluggler
========

[](#sluggler)

Cyrillic slugs made easy!

Installation
============

[](#installation)

You should install this package through Composer.

Edit your project's `composer.json` file to require `meshkov/sluggler`.

```
"require": {
	"laravel/framework": "4.0.*",
	"meshkov/sluggler": "dev-master"
},
"minimum-stability" : "dev"

```

Next, update Composer from the Terminal: `composer update`

Once this operation completes, the final step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

`'Meshkov\Sluggler\SlugglerServiceProvider',`

Usage
=====

[](#usage)

Just call static method `Sluggler::make($some_text)` anywhere in your app.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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://www.gravatar.com/avatar/30f41b4dfc3d3b8ace240f2f76fd9b4724bb688e5367a3e3ee597aa80048c7c1?d=identicon)[aleksmeshkov](/maintainers/aleksmeshkov)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/meshkov-sluggler/health.svg)

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

PHPackages © 2026

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