i18n helpers (transliteration)

v0.0.2 2014-04-10 23:57 UTC

This package is auto-updated.

Last update: 2024-04-08 21:11:12 UTC


README

i18n helpers

Currently offers a simple class to transliterate Serbian cyrillic to latin script and vice versa.

Example usage:

require_once 'vendor/autoload.php';

use DatingVIP\i18n\Serbian;

echo Serbian::cyr2lat ('ћевапчић');
// outputs: ćevapčić