https://github.com/antalaron/mb-similar-text
PHP similar_text() function for UTF-8
https://github.com/antalaron/mb-similar-text
multibyte-strings php
Last synced: 5 months ago
JSON representation
PHP similar_text() function for UTF-8
- Host: GitHub
- URL: https://github.com/antalaron/mb-similar-text
- Owner: antalaron
- License: mit
- Created: 2017-09-18T10:02:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T14:13:16.000Z (almost 9 years ago)
- Last Synced: 2025-10-02T02:26:33.890Z (9 months ago)
- Topics: multibyte-strings, php
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MbSimilarText
=============
[](https://travis-ci.org/antalaron/mb-similar-text) [](https://coveralls.io/github/antalaron/mb-similar-text?branch=master) [](https://packagist.org/packages/antalaron/mb-similar-text) [](https://packagist.org/packages/antalaron/mb-similar-text) [](https://packagist.org/packages/antalaron/mb-similar-text)
This project provides the missing `mb_similar_text()` function for UTF-8.
Installation
------------
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this library:
```bash
$ composer require antalaron/mb-similar-text
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
License
=======
This library is released under the [MIT license](LICENSE).