Skip to content

Transliteration of the old Kazakh alphabet into a new one

License

Notifications You must be signed in to change notification settings

altynbek07/qazaq-transliterator

Repository files navigation

Qazaq Transliterator

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Qazaq Transliterator

Transliteration of the old Kazakh alphabet into a new one

Installation

You can install the package via composer:

composer require altynbek07/qazaq-transliterator

Usage

<?php

use Altynbek07\QazaqTransliterator\QazaqTransliterator;

$oldText = 'Қазақстан Республикасы — Шығыс Еуропа мен Орталық Азияда орналасқан мемлекет.';
$newText = QazaqTransliterator::transliterate($oldText);

echo $newText; // Qazaqstan Respublikasy — Şyğys Europa men Ortalyq Aziiada ornalasqan memleket.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Transliteration of the old Kazakh alphabet into a new one

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages