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

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

ahmetsabri/abdulhamid-laravel-slug
==================================

simple laravel slugging package

v1.1(2y ago)09MITPHP

Since Jul 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ahmetsabri/abdulhamid-laravel-slug)[ Packagist](https://packagist.org/packages/ahmetsabri/abdulhamid-laravel-slug)[ RSS](/packages/ahmetsabri-abdulhamid-laravel-slug/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Abdulhamid Laravel Search
=========================

[](#abdulhamid-laravel-search)

A laravel package to slugg columns via your models .

installation :

`composer require ahmetsabri/abdulhamid-laravel-slug`

Usage :

- use `Sluggable` trait in your model
- Define `$sluggable` property in your model to select which columns to be slug

Example :

```
use Ahmetsabri\Abdulhamid\Searchable;

class Post extends Model {

  use Sluggable ;
  protected $sluggable = 'title';

```

### That's it !

[](#thats-it-)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

1092d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39857006?v=4)[Ahmed Sabry](/maintainers/ahmetsabri)[@ahmetsabri](https://github.com/ahmetsabri)

---

Top Contributors

[![ahmetsabri](https://avatars.githubusercontent.com/u/39857006?v=4)](https://github.com/ahmetsabri "ahmetsabri (11 commits)")

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M376](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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