php-cocur-slugify

Converts a string to a slug for PHP
  https://github.com/cocur/slugify
  0
  no reviews



This library converts a string to a slug. It includes integrations for Symfony (2 and 3), Silex (1 and 2), Laravel, Twig (1 and 2), Zend Framework 2, Nette Framework, Latte and Plum.

Features:
* Removes all special characters from a string.
* Provides custom replacements for Arabic, Austrian, Azerbaijani,
Brazilian Portuguese, Bulgarian, Burmese, Chinese, Croatian, Czech,
Esperanto, Estonian, Finnish, French, Georgian, German, Greek,
Hindi, Hungarian, Italian, Latvian, Lithuanian, Macedonian,
Norwegian, Polish, Romanian, Russian, Serbian, Spanish, Swedish,
Turkish, Ukrainian and Vietnamese special characters. Instead of
removing these characters, Slugify approximates them (e.g., ae
replaces ä).
* No external dependencies.
* PSR-4 compatible.
* Compatible with PHP >= 5.5.9 and PHP 7.