PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Similarity Between Two Strings   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Similarity Between Two Strings
Calculate the similarity level of two text strings
Author: By
Last change:
Date: 2 years ago
Size: 543 bytes
 

Contents

Class file image Download
{ "name": "anzawi/levenshtein", "type": "project", "autoload": { "psr-4": { "Anzawi\\App\\": "app/" } }, "authors": [ { "name": "Mohammad Anzawi", "email": "m.anzawi2013@gmail.com" } ], "minimum-stability": "dev", "require": { "anzawi/find-diff": "dev-master" }, "require-dev": { "phpunit/phpunit": "9.*" }, "repositories": [ { "type": "path", "url": "./libs/" } ] }