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

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

ivanlemeshev/laravel4-cyrillic-slug
===================================

Laravael 4 slug maker for Cyrillic strings

1.0.0(11y ago)138.1k↓50%8MITPHPPHP &gt;=5.4.0

Since Mar 5Pushed 10y ago3 watchersCompare

[ Source](https://github.com/ivanlemeshev/laravel4-cyrillic-slug)[ Packagist](https://packagist.org/packages/ivanlemeshev/laravel4-cyrillic-slug)[ Docs](https://github.com/IvanLemeshev/laravel4-cyrillic-slug)[ RSS](/packages/ivanlemeshev-laravel4-cyrillic-slug/feed)WikiDiscussions master Synced 1mo ago

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

Laravel 4 Cyrillic Slug
=======================

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

[![Latest Stable Version](https://camo.githubusercontent.com/1aa60438a78094360cf1aa7af59d5b1660f3b02b2b34eff975620e1881a93309/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c342d637972696c6c69632d736c75672f762f737461626c652e737667)](https://packagist.org/packages/ivanlemeshev/laravel4-cyrillic-slug) [![Total Downloads](https://camo.githubusercontent.com/b72581d88cb4bf882e75f4ccabfb57b30bcdb34fcbaa7526b21cf31978b472d6/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c342d637972696c6c69632d736c75672f646f776e6c6f6164732e737667)](https://packagist.org/packages/ivanlemeshev/laravel4-cyrillic-slug) [![Latest Unstable Version](https://camo.githubusercontent.com/e8ae38a9fae06879bd766c2751f7967fd0f0136a183658c2ecda08a5feec1927/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c342d637972696c6c69632d736c75672f762f756e737461626c652e737667)](https://packagist.org/packages/ivanlemeshev/laravel4-cyrillic-slug) [![License](https://camo.githubusercontent.com/fc8c192dc71f54c18798af270e21229f0a7fa32b49e3a645200f10eab736926a/68747470733a2f2f706f7365722e707567782e6f72672f6976616e6c656d65736865762f6c61726176656c342d637972696c6c69632d736c75672f6c6963656e73652e737667)](https://packagist.org/packages/ivanlemeshev/laravel4-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/laravel-cyrillic-slug`.

```
"require": {
    "ivanlemeshev/laravel4-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\Laravel4CyrillicSlug\SlugServiceProvider',`

And add a new item to the aliases array.

`'Slug' => 'Ivanlemeshev\Laravel4CyrillicSlug\Facades\Slug',`

Usage
-----

[](#usage)

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

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

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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

4088d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/99b65fc99cc5ecd3f20bc61aa77eafc7b4015d349708a8cc9297fbd8e880c2b1?d=identicon)[ivanlemeshev](/maintainers/ivanlemeshev)

---

Top Contributors

[![ivanlemeshev](https://avatars.githubusercontent.com/u/2150567?v=4)](https://github.com/ivanlemeshev "ivanlemeshev (13 commits)")[![andrewdacenko](https://avatars.githubusercontent.com/u/2395231?v=4)](https://github.com/andrewdacenko "andrewdacenko (1 commits)")

---

Tags

sluglaravellaravel4cyrillic

### Embed Badge

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

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

###  Alternatives

[bllim/datatables

Server-side handler of DataTables Jquery Plugin for Laravel 4

261413.7k4](/packages/bllim-datatables)[thujohn/rss

RSS builder for Laravel 4

72130.0k3](/packages/thujohn-rss)

PHPackages © 2026

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