Translate Serbian Cyrillic to Latin and vice-versa.
github.com/stonemanhero/cyrlat
Type:package
pkg:composer/stonemanhero/cyrlat
Installs: 4
Dependents: 0
Suggesters: 0
Stars: 0
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
GPL-3.0+ 251765c06f94cdd744e0f9c821c9fbec90e6193e
This package is auto-updated.
Last update: 2026-03-27 20:41:20 UTC
use Stonemanhero\Cyrlat\Translate;
$textCyr = 'Ово је текст на ћирилици.'; $textLat = 'Ovo je tekst na latinici';
print Translate::process($textCyr); print PHP_EOL; print Translate::process($textLat, true);