dnkmdg / slugifyer
Makes transliterable slugs from string
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:librar
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.