PHPackages                             amirvahedix/laravel-persian-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. amirvahedix/laravel-persian-slugify

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

amirvahedix/laravel-persian-slugify
===================================

generate slugs for persian strings, just with 1 helper!

2894↓75%PHP

Since Jun 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/AmirVahedix/laravel-persian-slugify)[ Packagist](https://packagist.org/packages/amirvahedix/laravel-persian-slugify)[ RSS](/packages/amirvahedix-laravel-persian-slugify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Persian Slugify
=======================

[](#laravel-persian-slugify)

generate slugs for persian strings, just with 1 helper!

---

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

[](#installation)

Install via composer:

`composer require amirvahedix/laravel-persian-slugify`

Usage
-----

[](#usage)

just use `slugify()` helper anywhere you want in your project:

```
slugify('اسلاگ فارسی در لاراول!');
// اسلاگ-فارسی-در-لاراول

slugify('Laravel Persian Slug!');
// laravel-persian-slug
```

Options
-------

[](#options)

`slugify()` helper has 4 arguments:

- `str` =&gt; the string you want convert to slug
- `delimiter` =&gt; delimiter between words (default: `-`)
- `lowercase` =&gt; converts all characters to lowercase if it is `true` (default: `true`)
- `limit` =&gt; limit characters to make slug (default: `null` *no limit*)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/6e378289da2c831b6d61b1590760ba0ac1218731c46408928d51724fd9f5093e?d=identicon)[AmirVahedix](/maintainers/AmirVahedix)

---

Top Contributors

[![AmirVahedix](https://avatars.githubusercontent.com/u/61597931?v=4)](https://github.com/AmirVahedix "AmirVahedix (6 commits)")

### Embed Badge

![Health badge](/badges/amirvahedix-laravel-persian-slugify/health.svg)

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

PHPackages © 2026

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