PHPackages                             getcodedev/test-levenshtein - 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. getcodedev/test-levenshtein

ActiveLibrary

getcodedev/test-levenshtein
===========================

This is my package test-levenshtein

1.0.4(3y ago)011[2 PRs](https://github.com/GetCodeDev/test-levenshtein/pulls)MITPHPPHP ^8.1

Since May 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/GetCodeDev/test-levenshtein)[ Packagist](https://packagist.org/packages/getcodedev/test-levenshtein)[ Docs](https://github.com/getcodedev/test-levenshtein)[ RSS](/packages/getcodedev-test-levenshtein/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (9)Versions (8)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

This is my package test-levenshtein
===================================

[](#this-is-my-package-test-levenshtein)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7b73cb1823a0625ce4eba583ab94d080c311464aa31c18e30ffe1994acfdcdf9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676574636f64656465762f746573742d6c6576656e73687465696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/getcodedev/test-levenshtein)[![GitHub Tests Action Status](https://camo.githubusercontent.com/654ed3744dd8872411ca783e0bc16fdf49c4b49b4f0bda35153696082b3f0e23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f676574636f64656465762f746573742d6c6576656e73687465696e2f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/getcodedev/test-levenshtein/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a050071da1de4c1af1c31c5572983f7acd1fd04ecb7378f71e4cf556be490c38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f676574636f64656465762f746573742d6c6576656e73687465696e2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/getcodedev/test-levenshtein/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/0b912674ba0dab06d7023ef474a49e2eb683ef66b425059136361b89b4175c63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676574636f64656465762f746573742d6c6576656e73687465696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/getcodedev/test-levenshtein)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require getcodedev/test-levenshtein
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="test-levenshtein-migrations"
php artisan migrate
```

Usage
-----

[](#usage)

```
$duplicates = check_duplicates(
    model: User::class,
    search: [
        'first_name' => 'John',
        'home' => [
            'address' => "bbbbb, rrr BB, 77777",
        ],
    ],
    concat_search_columns: [
        'home' => [
            'address' => 'homes.street, homes.city homes.state, homes.zip',
        ],
    ],
    priority_columns: [
        'homes.address',
        'users.first_name',
    ],
    with_similarity_min_common: 50,
    limit: 10
);
```

Testing
-------

[](#testing)

```
# 1. clone this package && run composer install
composer install

# 2. Then need to set configs for mysql connection in phpunit.xml
cp phpunit.xml.dist phpunit.xml

# 3. Run tests
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Roman Nebesnuy](https://github.com/GetCodeDev)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

1448d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27b6977ebab268dd96d3e152cea664b16059b3de4e6712e707996a765b9a3123?d=identicon)[RomanNebesnuyGC](/maintainers/RomanNebesnuyGC)

---

Top Contributors

[![RomanNebesnuyGC](https://avatars.githubusercontent.com/u/77343542?v=4)](https://github.com/RomanNebesnuyGC "RomanNebesnuyGC (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (7 commits)")

---

Tags

laravelGetCodeDevtest-levenshtein

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/getcodedev-test-levenshtein/health.svg)

```
[![Health](https://phpackages.com/badges/getcodedev-test-levenshtein/health.svg)](https://phpackages.com/packages/getcodedev-test-levenshtein)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
