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.
Installs: 4 426
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=7.0
- ext-intl: *
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2025-03-09 00:52:37 UTC
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