dnkmdg/slugifyer

Makes transliterable slugs from string

0.0.3 2024-10-08 07:02 UTC

This package is auto-updated.

Last update: 2025-06-08 08:42:33 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.