PHP code example of ustadev / kiril-lotin
1. Go to this page and download the library: Download ustadev/kiril-lotin library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ustadev / kiril-lotin example snippets
use ustadev\text\KrilLotin;
$textK = "Ўзбекистон бўйлаб иссиқхоналарнинг газдан узилгани ва қайта улангани";
$textL = "O'zbekiston bo'ylab issiqxonalarning gazdan uzilgani va qayta ulangani";
$d = new KrilLotin();
echo $d->convertKirilLotin($textK);
echo $d->convertLotinKiril($textL)