PHPackages                             ivanlemeshev/laravel5-cyrillic-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. ivanlemeshev/laravel5-cyrillic-slug

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

ivanlemeshev/laravel5-cyrillic-slug
===================================

Laravael 5 slug maker for Cyrillic strings

1.0.0(11y ago)2545.2k↓33.3%11MITPHPPHP &gt;=5.4.0

Since Feb 28Pushed 9y agoCompare

[ Source](https://github.com/ivanlemeshev/laravel5-cyrillic-slug)[ Packagist](https://packagist.org/packages/ivanlemeshev/laravel5-cyrillic-slug)[ Docs](https://github.com/ivanlemeshev/laravel5-cyrillic-slug)[ RSS](/packages/ivanlemeshev-laravel5-cyrillic-slug/feed)WikiDiscussions master Synced 2d ago

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

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/513457020f6add326b30af8d27f221af8cdfa63a34b22d3d13caf3be4e75346c/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c352d637972696c6c69632d736c75672f762f737461626c652e737667)](https://packagist.org/packages/ivanlemeshev/laravel5-cyrillic-slug) [![Total Downloads](https://camo.githubusercontent.com/35d2a8955f656b6b4f80c8bf7cdac47cc0ac1b7dd62598e0e08dea71d35853b3/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c352d637972696c6c69632d736c75672f646f776e6c6f6164732e737667)](https://packagist.org/packages/ivanlemeshev/laravel5-cyrillic-slug) [![Latest Unstable Version](https://camo.githubusercontent.com/e120c5e768021360465f48dc0ffb8ed5e8f9229f1f7ea3a76daa77e441de2fec/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c352d637972696c6c69632d736c75672f762f756e737461626c652e737667)](https://packagist.org/packages/ivanlemeshev/laravel5-cyrillic-slug) [![License](https://camo.githubusercontent.com/4eb3156ee12e41377d6ddddd5034b370a7cfa3b48937509c8c21dbd29f8fb989/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c352d637972696c6c69632d736c75672f6c6963656e73652e737667)](https://packagist.org/packages/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 `ivanlemeshev/laravel5-cyrillic-slug`.

```
"require": {
    "ivanlemeshev/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.

`'IvanLemeshev\Laravel5CyrillicSlug\SlugServiceProvider',`

And add a new item to the aliases array.

`'Slug' => 'IvanLemeshev\Laravel5CyrillicSlug\SlugFacade',`

Usage
-----

[](#usage)

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

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

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

4144d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2150567?v=4)[Ivan Lemeshev](/maintainers/ivanlemeshev)[@ivanlemeshev](https://github.com/ivanlemeshev)

---

Top Contributors

[![ivanlemeshev](https://avatars.githubusercontent.com/u/2150567?v=4)](https://github.com/ivanlemeshev "ivanlemeshev (8 commits)")[![nullproduction](https://avatars.githubusercontent.com/u/4736403?v=4)](https://github.com/nullproduction "nullproduction (1 commits)")

---

Tags

sluglaravellaravel5cyrillic

### Embed Badge

![Health badge](/badges/ivanlemeshev-laravel5-cyrillic-slug/health.svg)

```
[![Health](https://phpackages.com/badges/ivanlemeshev-laravel5-cyrillic-slug/health.svg)](https://phpackages.com/packages/ivanlemeshev-laravel5-cyrillic-slug)
```

###  Alternatives

[brexis/laravel-workflow

Integerate Symfony Workflow component into Laravel.

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

Extend Laravel's generators scaffold.

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

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

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

PHPackages © 2026

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