dignityinside/translithelper

This package is abandoned and no longer maintained. No replacement package was suggested.

An easy to use helper for translate russian to latin letters

0.0.1 2017-05-25 11:26 UTC

This package is not auto-updated.

Last update: 2021-10-16 08:40:34 UTC


README

An easy to use helper for translate russian to latin letters.

Installation

composer require dignityinside/translithelper
composer install

Usage example

use Dignity\TranslitHelper;

TranslitHelper::translit('привет_мир');

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request