mac/transliterate

Transliterate or slugify text

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/mac/transliterate

1.0.0 2014-01-10 11:39 UTC

This package is not auto-updated.

Last update: 2025-10-07 08:05:00 UTC


README

Build Status

Transliterate is a simple class to transliterate and slugify strings

Usage example:

<?php
	$t = new Transliterate();
	echo $t->translit('Привет мир');
	echo $t->slug('Привет мир');
?>

Will produce:

Privet mir
privet-mir