PHP code example of ozgeris / kznumspell
1. Go to this page and download the library: Download ozgeris/kznumspell library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ozgeris / kznumspell example snippets
use KzNumSpell\KzNumSpell;
$speller = new KzNumSpell;
$speller->spell(10456);
$speller->spell('123 456 789');