PHPackages                             raselrana/laravel-package-unique-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. raselrana/laravel-package-unique-slug

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

raselrana/laravel-package-unique-slug
=====================================

A unique slug will be generated

v0.1.9(2y ago)05MITPHPPHP &gt;=7.4

Since Dec 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/raselrana1147/laravel-unique-slug)[ Packagist](https://packagist.org/packages/raselrana/laravel-package-unique-slug)[ Docs](https://github.com/raselrana1147/laravel-unique-slug)[ RSS](/packages/raselrana-laravel-package-unique-slug/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (10)Used By (0)

"# laravel-unique-slug"

Instalation
-----------

[](#instalation)

```
composer require raselrana/laravel-package-unique-slug
```

Use From Controller
-------------------

[](#use-from-controller)

#### Import first slug

[](#import-first-slug)

```
$slug=UniqueSlug::generate(App\Models\User::class,'rasel','name');
 //Here pass 3 required parameter and one optional parameter
```

Publish vender and configuration
--------------------------------

[](#publish-vender-and-configuration)

```
php artisan vendor:publish rasel/laravel-unique-slug
```

Package configuration file
--------------------------

[](#package-configuration-file)

### Go to config/laravel-unique-slug

[](#go-to-configlaravel-unique-slug)

```
return[

   'separator'=>'-',
   'max_count'=>100
]
```

Contribution
------------

[](#contribution)

You are open to pull request and can contribute

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Every ~0 days

Total

9

Last Release

864d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dab3556543e57ef8797dbc01f946229740e9ba53d3d8717be014fba9397a1ac2?d=identicon)[raselrana@1147](/maintainers/raselrana@1147)

---

Top Contributors

[![raselrana1147](https://avatars.githubusercontent.com/u/47586801?v=4)](https://github.com/raselrana1147 "raselrana1147 (14 commits)")

---

Tags

laravellaravel-package-unique-slug

### Embed Badge

![Health badge](/badges/raselrana-laravel-package-unique-slug/health.svg)

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

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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