dnkmdg / slugifyer
Makes transliterable slugs from string
0.0.3
2024-10-08 07:02 UTC
Requires
- php: >=8
Requires (Dev)
- pestphp/pest: ^3.3
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.