The helper for url translation.
- Translation (russian, german and etc, except chinese japanese, thai... and other asian and Arabyan countries)
- Url translation, replacement with allowed url values
- Cutting long words
$title = Text::urlFormat('тест *?тест');
echo $title; // test-test
composer install
./vendor/bin/phpunit -c phpunit.xml.dist --coverage-text