dnkmdg/slugifyer

Makes transliterable slugs from string

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:librar

pkg:composer/dnkmdg/slugifyer

0.0.3 2024-10-08 07:02 UTC

This package is auto-updated.

Last update: 2025-12-08 10:05:44 UTC


README

Slugifyer is a simple tool to convert strings into URL-friendly slugs.

Installation

To install Slugifyer, you can use npm:

composer require dnkmdg/slugifyer

Usage

Here's a basic example of how to use Slugifyer:

use Dnkmdg\Slugifyer;


Slugifyer::make('Hello world!'); // Output: hello-world

License

This project is licensed under the MIT License.