truegameover/php-keyboard-input-correction
最新稳定版本:v0.0.4
Composer 安装命令:
composer require truegameover/php-keyboard-input-correction
包简介
Correction of input from the keyboard. Allows validating & correcting wrong input from the keyboard's layout. E.g. writing something on ru layout when en is active.
关键字:
README 文档
README
Correction of input from the keyboard. Allows validating & correcting wrong input from the keyboard's layout. E.g. writing something on ru layout when en is active.
$corrector = new \KeyboardInputCorrection\KeyboardInputCorrect();
Wrong layout's language -
echo $corrector->correct('ghbdtn');// привет
Support only en to ru for now. See tests for more info.
#require PHP >=7.0
统计信息
- 总下载量: 5.55k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-07