slugify
Slugifier
A library that converts strings into machine-readable slugs with customizable transliteration rules for multiple languages.
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
3k stars
42 watching
252 forks
Language: PHP
last commit: 4 months ago
Linked from 3 awesome lists
languagelattenettephpsilexslugifysymfonytwigtwig-extensionzend-framework
Related projects:
Repository | Description | Stars |
---|---|---|
jbroadway/urlify | Generates slugs and performs transliteration for non-ASCII characters in URLs, supporting multiple languages. | 675 |
einar-hjortdal/slugify | Tools for generating slugs from strings with customizable transliteration and replacement | 3 |
mozilla/unicode-slugify | Generates slugs from unicode strings by replacing and normalizing characters | 321 |
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
cviebrock/eloquent-sluggable | A package to simplify the creation of unique URLs for Eloquent models in Laravel applications. | 3,915 |
avelino/slugify | Tool to transform strings into machine-readable slug formats | 33 |
un33k/python-slugify | Generates unique strings from any text while preserving Unicode support | 1,490 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,177 |
lashoun/slugify | Converts filenames and directories to web-friendly formats. | 4 |
usemuffin/slug | Automatically generates unique URLs from record data in a CakePHP application. | 35 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
pmcelhaney/jquery-slugify-plugin | Automatically generates a URL-friendly slug as the user types a page title. | 87 |
benlinton/slugify | Converts filenames and directories to web-friendly format using bash scripting. | 307 |
jcardama/deno_slugify | A string manipulation library for creating slug versions of strings with customizable options and support for Unicode symbols | 18 |
h4cc/slugger | A library and protocol for generating slugs from input strings | 160 |