PHPackages                             kolpikov/laravel-slug - 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. kolpikov/laravel-slug

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

kolpikov/laravel-slug
=====================

Laravael 5 slug maker for Cyrillic strings

1.0.1(7y ago)01.4k1MITPHPPHP &gt;=5.4.0

Since Aug 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Kolpikov/laravel-slug)[ Packagist](https://packagist.org/packages/kolpikov/laravel-slug)[ Docs](https://github.com/kolpikov/laravel-slug)[ RSS](/packages/kolpikov-laravel-slug/feed)WikiDiscussions master Synced 1mo ago

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

Laravel 5 Cyrillic Slug
=======================

[](#laravel-5-cyrillic-slug)

This library was forked from [ivanlemeshev/laravel5-cyrillic-slug](https://github.com/ivanlemeshev/laravel5-cyrillic-slug)

Supported Alphabets
-------------------

[](#supported-alphabets)

```
* Russian
* Kazakh
* Ukrainian

```

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

[](#installation)

You should install this package through Composer.

Edit your project's `composer.json` file to require `Kolpikov/laravel5-cyrillic-slug`.

```
"require": {
    "Kolpikov/laravel5-cyrillic-slug": "1.0.0"
},

```

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.

`'Kolpikov\LaravelSlug\SlugServiceProvider',`

And add a new item to the aliases array.

`'Slug' => 'Kolpikov\LaravelSlug\SlugFacade',`

Usage
-----

[](#usage)

Call of the method: `Slug::make($text)`

Call of the method with specific separator: `Slug::make($text, '_')`.

License
-------

[](#license)

This project is licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

2836d ago

### Community

Maintainers

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

---

Top Contributors

[![Kolpikov](https://avatars.githubusercontent.com/u/17802186?v=4)](https://github.com/Kolpikov "Kolpikov (2 commits)")

---

Tags

sluglaravellaravel5cyrillic

### Embed Badge

![Health badge](/badges/kolpikov-laravel-slug/health.svg)

```
[![Health](https://phpackages.com/badges/kolpikov-laravel-slug/health.svg)](https://phpackages.com/packages/kolpikov-laravel-slug)
```

###  Alternatives

[brexis/laravel-workflow

Integerate Symfony Workflow component into Laravel.

283125.6k](/packages/brexis-laravel-workflow)[summerblue/generator

Extend Laravel's generators scaffold.

34139.9k](/packages/summerblue-generator)[salmanzafar/laravel-geocode

A Laravel Library to find Lat and Long of a given Specific Address

153.9k](/packages/salmanzafar-laravel-geocode)

PHPackages © 2026

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