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

See twitter thread: https://twitter.com/lyrixx/status/1540234716128985093 Related PR in Symfony: https://github.com/symfony/symfony/pull/46755

enhancement

As described in https://www.unicode.org/reports/tr35/tr35-39/tr35-general.html#Inheritance see also https://unicode-org.atlassian.net/browse/ICU-21324

bug

` Package ausi/slug-generator has requirements incompatible with your PHP version, PHP extensions and Composer version: - ausi/slug-generator v1.1.1 requires ext-intl * but it is not present. - ausi/slug-generator v1.1.1 requires...

Instead of multiple transliterators, this pull request creates a set of rules for one singe transliterator that performs all transformations at once. This is not yet ready to merge because...

enhancement

Hello, thanks for your great product. Now I am writing a plugin for CMS Grav, and I need a comma to not be cropped after processing the line. For example,...

question

Hi, thanks for a bundle. Can you help me understand why Cyrillic (I've checked ukrainian ans russian) letters don't transform like here https://github.com/unicode-org/cldr/blob/master/common/transforms/Ukrainian-Latin-BGN.xml `$slugGenerator->generate('щ', ['locale' => 'uk'])` gives me `s`...

bug

मिठाई - mithai (coming up as mitha-i) खुशबू - khushbu ( coming up as khasaba) लेना - lena ( coming up as lana) पैसे - paise (comping up as pasa)...

help wanted

Shouldn't it be "İNATÇI" to "inatci"?

question

Alternative to #35 @Rumi-Aguirre would this be enough for your use case?

enhancement

Currently, the delimeter is removed at the beginning and end of a string. However, there are usecases where this is not desired, e.g. when only parts of a string are...

enhancement