urlify
Slug generator
Generates slugs and performs transliteration for non-ASCII characters in URLs, supporting multiple languages.
A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.
673 stars
34 watching
79 forks
Language: PHP
last commit: about 1 year ago
Linked from 3 awesome lists
asciibloggingblogsphppretty-urlpretty-urlsseoslugslugifyslugstransliterationunicodeurlifyurls
Related projects:
Repository | Description | Stars |
---|---|---|
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
pmcelhaney/jquery-slugify-plugin | Automatically generates a URL-friendly slug as the user types a page title. | 88 |
einar-hjortdal/slugify | Generates a unique string based on input text by applying transformations and transliterations according to language settings or custom rules. | 2 |
mozilla/unicode-slugify | Generates slugs from unicode strings by replacing and normalizing characters | 321 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,171 |
usemuffin/slug | Automatically generates unique URLs from record data in a CakePHP application. | 35 |
un33k/django-uuslug | Guarantees uniqueness and handles Unicode in Django slug generation | 277 |
h4cc/slugger | A library and protocol for generating slugs from input strings | 160 |
un33k/python-slugify | Generates unique strings from any text while preserving Unicode support | 1,490 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
avelino/slugify | Tool to transform strings into machine-readable slug formats | 33 |
wcz-txp/unicode-url-for-textpattern | Automatically converts non-ASCII characters in text links to UTF-8 URLs for improved SEO and readability | 4 |
lashoun/slugify | Converts filenames and directories to web-friendly formats. | 4 |
devshane/mnemonic_slugs | Generates memorable slugs from a word list | 26 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,034 |