dignityinside / translithelper
An easy to use helper for translate russian to latin letters
Fund package maintenance!
Patreon
Installs: 65
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dignityinside/translithelper
Requires
- php: >=5.6.0
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
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Make your changes
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request