mapaxa/translit-rus-eng

There is no license information available for the latest version (v0.1.1) of this package.

v0.1.1 2022-02-19 20:49 UTC

This package is not auto-updated.

Last update: 2025-07-07 11:48:11 UTC


README

Пакет позволяет осуществлять транслитерацию слов с русского на английский язык.

Requirements

  • php7.4

Insatallation

$ composer require mapaxa/translit-rus-eng

Usage

<?php 
$transliterator = new TranslitService('мама мыла раму');
echo $transliterator->run();