slug-generator icon indicating copy to clipboard operation
slug-generator copied to clipboard

Slug Generator Library for PHP, based on Unicode’s CLDR data

Results 13 slug-generator issues
Sort by recently updated
recently updated
newest added

Would be really nice if there was a function to reverse the slug. Could you add this feature or does it already exist?

For example, I tried to convert name `Артём` to `artyom`. What I tried (under the numbers are code options): ```php $generator = new SlugGenerator; //1 $generator = new SlugGenerator((new SlugOptions)->setLocale('ru'));...

See https://github.com/contao/contao/issues/8325