PHPackages                             aheenam/similar-string - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aheenam/similar-string

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aheenam/similar-string
======================

Find level of similarity between strings based on Dice's Coefficient

0.1.0(8y ago)21.5kMITPHPPHP ^7.0

Since Jan 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/aheenam/similar-string)[ Packagist](https://packagist.org/packages/aheenam/similar-string)[ RSS](/packages/aheenam-similar-string/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Similar String
==============

[](#similar-string)

Find level of similarity between strings based on Dice's Coefficient.

Installation
------------

[](#installation)

Install the package by running

```
$ composer require aheenam/similar-string
```

Usage
-----

[](#usage)

This package contains two classes, one for calculating Dice's Coefficient of two strings and another working with this value.

Dice's Coefficient
------------------

[](#dices-coefficient)

```
