1. Go to this page and download the library: Download keinos/mb_levenshtein 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/ */
keinos / mb_levenshtein example snippets
mb_levenshtein ( string $str1 , string $str2 ) : int
mb_levenshtein ( string $str1 , string $str2 , int $cost_ins , int $cost_rep , int $cost_del ) : int