pokap/uslugify

Converts a string into unicode slugs.

dev-master 2014-12-29 15:37 UTC

This package is not auto-updated.

Last update: 2024-04-09 02:00:07 UTC


README

WORK IN PROGRESS

USlugify is a slugifier that generates unicode slugs.

Usage

php > require 'vendor/autoload.php';

php > echo (new USlugify\USlugify())->slugify('计数器 (罢工)');
计数器-罢工