slug-generator
slug-generator copied to clipboard
Slug Generator Library for PHP, based on Unicode’s CLDR data
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