An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

MbSimilarText
=============

[![Build Status](https://travis-ci.org/antalaron/mb-similar-text.svg?branch=master)](https://travis-ci.org/antalaron/mb-similar-text) [![Coverage Status](https://coveralls.io/repos/github/antalaron/mb-similar-text/badge.svg?branch=master)](https://coveralls.io/github/antalaron/mb-similar-text?branch=master) [![Latest Stable Version](https://poser.pugx.org/antalaron/mb-similar-text/v/stable)](https://packagist.org/packages/antalaron/mb-similar-text) [![Latest Unstable Version](https://poser.pugx.org/antalaron/mb-similar-text/v/unstable)](https://packagist.org/packages/antalaron/mb-similar-text) [![License](https://poser.pugx.org/antalaron/mb-similar-text/license)](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).