elloringene/slugify

There is no license information available for the latest version (0.1.2) of this package.

Library for creating slugs for models as unique identifiers.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/elloringene/slugify

0.1.2 2024-03-12 12:41 UTC

This package is not auto-updated.

Last update: 2025-10-08 18:43:16 UTC


README

USE

use Elloringene\Slugify\Slugify;

$slugify = new Slugify();

$slug = $slugify->make($model (App\Models\Product), $string );